Global variables aren't working

tailevi

New member
I've upgraded my behaviour design to the latest patch on unity assets after I did so all of my global variables are gone and I can't make new ones.
there is no errors or exceptions going on when I try to do so.


also found that BehaviorDesignerGlobalVariables do not have the script, what the name of the script that should be there?
 

Attachments

  • 1581515998581.png
    1581515998581.png
    24 KB · Views: 7
The name of the script is GlobalVariables. It is located in the BehaviorDesigner.Runtime assembly. If you're getting compiler errors this will cause the assembly not to load.
 
Top