4ian / GDevelop

:video_game: Open-source, cross-platform game engine designed to be used by everyone.
https://gdevelop.io
Other
7.26k stars 741 forks source link

Regarding the recent update issues [Variable Update] #6675

Open mousekkkss opened 1 week ago

mousekkkss commented 1 week ago

Since the latest update [About Variables], the prefix of variables is not displayed. If I don't click on the variable settings menu, I have to look at the small icon to know whether the variable is global or scene variable. So is it possible to add a text prefix to the variable? Indicate whether it is global or local variable, like in previous versions. This has a significant impact on my efficiency.

mousekkkss commented 1 week ago

I have to stare at the little icon to know whether the variable is a global variable or a scene variable. This is too troublesome. In the past, I only needed to know it through the text. This is very eye-testing and inefficient.

4ian commented 1 week ago

Is it a problem for you to not being sure if something is a global or scene variable?

In the past, this was important because you had to choose the proper action/condition to manipulate it.

Now, you:

Feel free to describe more why it's important for you to make the distinction easier to read. In most cases, the name should be sufficient?