我用iTween
了很多,直到昨天大部分时间都还可以,我突然出现错误:
NullReferenceException: Object reference not set to an instance of an object
iTween.RetrieveArgs () (at Assets/Plugins/Pixelplacement/iTween/iTween.cs:6811)
iTween.Awake () (at Assets/Plugins/Pixelplacement/iTween/iTween.cs:6559)
UnityEngine.Object:Instantiate(Object, Vector3, Quaternion)
最初每次我开始游戏时,我都会收到 320 次这些错误的调用,但后来累积到 720 次,现在累积到 999 次以上。即使我从头开始游戏,我也不知道为什么它会累积。有什么建议吗?
更新:
在某种程度上,我相信这是因为Sourcetree
我使用了版本控制。我相信它以某种方式弄乱了元文件或使统一在查看iTween.cs
.