Good afternoon, I have seen a major problem with Global variables.
In the middle of developing my game I realized something that has thrown away the work of several months.
I created a group in my game to put all the variables inside.
After dragging them all... all the references to those variables in the game code disappeared... and I have not been able to recover the code... because I did not realize it until after several minutes and a backup copy was made too of this change.
It can't be that simply by moving a variable to a folder all game references will automatically disappear... because it breaks all the game's code.
This is something that should be fixed immediately... because this can happen to anyone, especially when it is a big game and the number of variables is growing and you want to have the entire game organized so that it is easy to read.