Reply To: Graph in “Don’t destroy”, doesn’t see variables in other scenes

FlowCanvas Forums Support Graph in “Don’t destroy”, doesn’t see variables in other scenes Reply To: Graph in “Don’t destroy”, doesn’t see variables in other scenes

#3536
spayke
Participant

Hello, yes, “Main manager” is Global Blackboard, with checked “Don’t Destroy on load”, i have specific first scene that loads with this manager, and goes to the next scene(main menu). I pull variables from “Main manager”(global blackboard) from any scene and it works great.

But when i try to do otherwise, from “Main manager” flowgraph itself, pull variables from another global variable in the scene, it doesn’t see them.
For example when i enter new scene, i want to “Main Manager” to know in what scene we are. So in each scene i have “Scene”(global blackboard), with “This_scene” variable(it’s Scriptable object), but “Main manager” can’t pull that variable(even tho in pause i can see that global variables from popup menu), i tried to re-validate graph to make “Main manager” see them, didn’t work.
I can just send signal to “Main manager”, which i am doing right now, but wanted to know if i can pull variables directly.