unity spine 残影bug,隐藏后显示再playAnimation会有上一次的残影一帧
http://ru.esotericsoftware.com/forum/How-to-set-first-frame-before-animation-starting-in-Unity-13161需在SetAnimation 后执行
skeletonAnimation.Update(0);
// and optionally also skeletonAnimation.LateUpdate(); if it's not updating in the same frame
页:
[1]