playMaker

Author Topic: Custom Action Editor Null Reference Using Action Preview  (Read 1146 times)

jrDev

  • Junior Playmaker
  • **
  • Posts: 59
Custom Action Editor Null Reference Using Action Preview
« on: December 20, 2017, 02:03:26 PM »
Hello,

I created a custom action editor for my custom action because I wanted to use sliders to adjust values. The action editor properly works but when preview is true while in the Action Browser I get a null reference error that leads back to using EditorGUI.IntSlider.

Is this a bug? Any help is appreciated.

Thanks,
jrDev

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Custom Action Editor Null Reference Using Action Preview
« Reply #1 on: December 20, 2017, 06:34:52 PM »
Hi,
If you can share the code i can have a look.