Reply To: GlobalBlackboard error

Forums 💬 NodeCanvas ⚙️ Support GlobalBlackboard error Reply To: GlobalBlackboard error

#17380
psykaw
Participant

    I did it with a option in SubTree node (see attachment).

    It seems to work well and its a few lines of code:
    Add this in SubTree:
    [SerializeField]private bool _initOnGraphStart = true;

    And this in OnNodeInspectorGUI method:
    _initOnGraphStart = EditorGUILayout.Toggle("Init On Start", _initOnGraphStart);