Reply To: [Request] Better editor scripting support

Forums 💬 NodeCanvas 🗨️ General Discussion [Request] Better editor scripting support Reply To: [Request] Better editor scripting support

#12972
Gavalakis
Keymaster

    Yes the task inspector use a custom made inspector UI and the graphs are also serialized with a custom serialization system instead of Unity native, and this is why OnValidate is not fired like it would. However adding your suggestion is easy. To do this now, please open up TaskEditor.cs and add this line of code just after line #169.

    Here is the code nearby to get a full view where to add it (its the last line here)

    Let me know if that works for you.