I use iTween
a lot and it was OK for most of the time until yesterday, I am getting and error suddenly:
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)
Initially every time I start the game I get 320 calls of these errors but later it accumulates to 720 and now 999+. I am not sure why it accumulate even though I start the game from scratch all together. Any suggestion?
UPDATE:
To an extend, I believe it is due to Sourcetree
that I use for version control. I believe it somehow mess up the meta file or make unity have some sort of conflict internally while looking at iTween.cs
.