Reply To: Proper way to execute a graph immediately on-demand

Forums 💬 NodeCanvas ⚙️ Support Proper way to execute a graph immediately on-demand Reply To: Proper way to execute a graph immediately on-demand

#18212
Gavalakis
Keymaster

    Hey,

    What do you mean by saying that references to global blackboard variables come up null?
    Do you mean that the variable value in runtime results to null, or that in editor it looks like this after a Unity script re-compile:
    [attachment file=”GlobalBBnameReference.png”]

    If the 2nd, then to fix it, please open up GlobalBlackboard.cs and add this piece of code by the end:

    Let me know if that is indeed the issue, or if I misunderstood it.
    Thanks.