It cannot be added to "Global Variables"

jagross

New member
It cannot be added to "Global Variables".

When updating to version 1.6.5, the previously registered variable is gone,
You can not add a new variable.

Nothing happens when the "Add" button is pressed.
 
I have a few questions:

- What version did you update from?
- Does the global variables file display correctly?
- Are you getting any errors?
- Are you using binary or JSON serialization?
- Are you able to reproduce it within a fresh project?
 
-In what version did you update it?
-> Updated from 1.6.3 to 1.6.5.

-Is the global variable file displayed correctly?
-> Existing registered global variables are not displayed.
-> The window is displayed.


-Are there any errors?
-> There is no error log.

-Are you using binary or JSON serialization?
-> I am using JSON serialization.

-Can you reproduce it within a new project?
-> Not reproduced in new projects.
 
On the global variables script are you getting a missing script reference? You may just need to reassign this reference to the Global Variables file within the Behavior Designer Runtime dll.
 
Top