Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: Razieln64 on February 16, 2012, 03:35:42 PM

Title: NullReferenceException: Object reference not set to an instance of... [SOLVED]
Post by: Razieln64 on February 16, 2012, 03:35:42 PM
This happened right after updating to 1.3.
This error happens at every editor frame update when a game object having an FSM is selected.
It's always caused by FsmState.get_Actions which is called by PlayMaker.Fsm.OnDrawGizmos

Please fix this because if not I will be stuck remaking all the FSMs in my game. Thanks
Title: Re: NullReferenceException: Object reference not set to an instance of an object.
Post by: Razieln64 on February 16, 2012, 03:37:16 PM
Nevermind, I changed scenes and came back to the original and the problem seems to be solved.