You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system or device - Godot version:
current head, 64bits, win10
Issue description (what happened, and what was expected):
like the title say, a variable can be exported several times without complaints from the editor.
all of the export will appear into the inspector.
if you modify one of them, only the first one will have the "reset" icon, and only the first one will be reset if you press it.
Steps to reproduce:
export var test = "test";
export var test = "test";
export var test = "test";
export var test = "test";
export var test = "test";
export var test = "test";
Link to minimal example project (optional but very welcome):
The text was updated successfully, but these errors were encountered:
Operating system or device - Godot version:
current head, 64bits, win10
Issue description (what happened, and what was expected):
like the title say, a variable can be exported several times without complaints from the editor.
all of the export will appear into the inspector.
if you modify one of them, only the first one will have the "reset" icon, and only the first one will be reset if you press it.
Steps to reproduce:
Link to minimal example project (optional but very welcome):
The text was updated successfully, but these errors were encountered: