Reply To: Refactoring BTs

Forums 💬 NodeCanvas ⚙️ Support Refactoring BTs Reply To: Refactoring BTs

#16973
Gavalakis
Keymaster

    Hey,

    It will be a static event where the Graph reference will be passed as the argument.
    public static event System.Action<Graph> onGraphDeserialized;

    As such you will be able to do something like this:

    Let me know.
    Thanks.