global variables references

Ashrag

New member
Hello everyone,
I wanted to ask if anyone else is having this issue or if it's normal? Every time I open my project in Unity where I use Behavior-Designer, I have to re-add the references for the global variables. For some reason, the variables always lose all their references, which is quite annoying when I'm working with global variables and they keep increasing. Is there a way for the variables to remember their references?
 
This sounds related to this:


Are you referencing scene objects? You will need to load those at runtime since project-level global variables cannot access scene objects.
 
Top