Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图用一个按钮停止动画对象,我想当它停止时,对象位于起始位置。例如,我有一个带有动画移动位置的立方体。当按下停止按钮时,立方体回到原来的位置。
当没有动画播放时,Unity 根本不会改变对象的位置——因此停止它不会为您重置位置。它不会再移动它了。
如果要将对象返回到开始播放动画之前的配置,则必须自己完成。您的选择是: