Hello!
I have been using Drag Rigidbody action from Ecosystem. During my work suddenly the action stopped working.
I get this error:
NullReferenceException: Object reference not set to an instance of an object
HutongGames.PlayMaker.Actions.DragRigidBody.OnUpdate () (at Assets/PlayMaker Custom Actions/Physics/DragRigidBody.cs:95)
HutongGames.PlayMaker.FsmState.OnUpdate () (at C:/Projects/Playmaker_1.9.0/Projects/Playmaker.source.unity/Assets/PlayMaker/Classes/FsmState.cs:265)
HutongGames.PlayMaker.Fsm.UpdateState (HutongGames.PlayMaker.FsmState state) (at C:/Projects/Playmaker_1.9.0/Projects/Playmaker.source.unity/Assets/PlayMaker/Classes/Fsm.cs:2786)
HutongGames.PlayMaker.Fsm.Update () (at C:/Projects/Playmaker_1.9.0/Projects/Playmaker.source.unity/Assets/PlayMaker/Classes/Fsm.cs:1995)
PlayMakerFSM.Update () (at C:/Projects/Playmaker_1.9.0/Projects/Playmaker.source.unity/Assets/PlayMaker/PlayMakerFSM.cs:594)
However, this action works in other projects and even in the same project in another scene.
How do you think what is the problem and How could I fix this issue?