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
The specific issue, as of the last time I checked, was:
If an export var Array/Dict has a default value set in code, then any instance that does not have that value changed to something else via the editor will share a reference to that array/dict.
Your Godot version:
3.5 beta, 3.4 stable
Issue description:
godotengine/godot#48038
This is unexpected because I assume exported vars are kinda regular vars (properties), not constants.
URL to the documentation page (if already existing):
gdscript_exports is the right place to clarify this behavior imo
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_exports.html
The text was updated successfully, but these errors were encountered: