- Home /
Question by
sooonism · May 06, 2015 at 12:43 PM ·
nullreferenceexceptionitween
iTween - Null Reference
I am using iTween for most part of my game. It was OK until yesterday. Suddenly one of the GameObject Initiate function give me this error:
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)
every time I start the game I am getting 320 calls of this errors . But later it accumulate to 720 and now 999+, which I believe it is still accumulating. What is going on and how to resolve this?
Comment
Your answer
Follow this Question
Related Questions
Object reference not set to an instance of an object 2 Answers
Need help with iTween manual skip and device hang 0 Answers
iTween can't access instantiated child. 1 Answer
iTween NullReferenceException error 1 Answer
Using iTween with a prefab tree. 0 Answers