Reply To: Scene references in nested Flow

Forums 💬 NodeCanvas 🗨️ General Discussion Scene references in nested Flow Reply To: Scene references in nested Flow

#13779
Gavalakis
Keymaster

    Hello again,

    The best way to use scene object references in nested graphs, would be to use a Blackboard variable.
    Since Blackboard is a component in the scene (considering it’s not a prefab), it can hold scene object references.
    You can then use that variable normally within a nested graph 🙂

    Let me know if that works for you.
    Thanks!