playMaker

Author Topic: Playmaker editor error after changing script variable  (Read 1306 times)

go2ready

  • Playmaker Newbie
  • *
  • Posts: 1
Playmaker editor error after changing script variable
« on: March 18, 2018, 05:58:02 AM »
Hello there,

I don't seems to find any solution to this but when I change the variable of the action, say adding one, the playmaker editor refuse to render anything when I clicked on any state that contains the action, generating errors like,

NullReferenceException: Object reference not set to an instance of an object
Assets.PlayMaker_Custom_Actions.LoadImageLocal.Reset () (at Assets/PlayMaker Custom Actions/LoadImageLocal.cs:37)
HutongGames.PlayMaker.ActionData.CreateAction (HutongGames.PlayMaker.Context context, Int32 actionIndex) (at C:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Classes/ActionData.cs:893)

Any helps? I hate to remove actions before I can change them

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Playmaker editor error after changing script variable
« Reply #1 on: March 19, 2018, 05:41:38 PM »
Hi.
What action are you talking about?

i only can see in the error about this action "LoadImageLocal" but its not in the actionlist nor on the ecosystem

is it an action you made?

if so can you show the script to find the issue?