iTween不与Rigidbody合作

时间:2017-11-14 10:02:04

标签: c# unity3d itween

iTween适用于版本2017.2.0f3及以下,但当我更新到2017.2.0f3统一版本时,有问题。

iTween.MoveBy(gameObject, iTween.Hash("x", -1, "easeType", "spring", "speed", 3, "onstart", "controllerStarted", "oncomplete", "controllerComplete"));

我的物体有一个刚体并且运动学已关闭。代码工作正常,但没有运动,它没有。我不明白为什么? iTween版本2.0.7

0 个答案:

没有答案