Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: weilies on February 25, 2015, 02:36:17 AM
-
I am getting
NullReferenceException: Object reference not set to an instance of an object
iTweenFSMEvents.iTweenOnStart (Int32 aniTweenID) (at Assets/PlayMaker/Include/iTweenFSMEvents.cs:15)
UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
iTween:CallBack(String) (at Assets/iTween/iTween.cs:7042)
iTween:TweenStart() (at Assets/iTween/iTween.cs:4585)
<Start>c__Iterator7:MoveNext() (at Assets/iTween/iTween.cs:6546)
when i try to perform iTween Move To action
-
Check this topics
http://hutonggames.com/playmakerforum/index.php?topic=6735.0
http://hutonggames.com/playmakerforum/index.php?topic=9572.0
-
http://hutonggames.com/playmakerforum/index.php?topic=6735.0
Uncheck 'Loop don't finish', Same error
http://hutonggames.com/playmakerforum/index.php?topic=9572.0
After deleted Asset\iTween folder, it generated compile errors
Assets/PlayMaker/Actions/iTween/iTweenLookFrom.cs(30,24): error CS0246: The type or namespace name `iTween' could not be found. Are you missing a using directive or an assembly reference?
:(
Actually it was a working project and a mins ago, i remember i upgraded NGUI and it happened. i am currently using
- Playmaker
- NGUI
- Playmaker + NGUI (https://hutonggames.fogbugz.com/?W1111)
could the error caused by an upgrade of NGUI?
-
After deleted Asset\iTween folder did you import iTween again from Playmaker Asset ?
NGUI can be problem i dont know because i didnt used it. This happened me when i updated iTween from asset store. After problem i deleted all iTween files from my project folder and imported it from Playmaker asset. That fixed my problem.
-
it generates different error now
-
I dont know why do you get Photon error. I have never used it.
Can you check your Gameobject from Inspector tab if it has any empty iTween scripts. I had problem like that.
-
Thanks Fahrettin,
i have no idea why itween components added to several of my GameObject...
it work correctly after remove the component.
-
Np weilies :)