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
If you close an unsaved script in the script editor and choose to save it, the changes won't persist after closing the project. The changes only persist in the same session presumably because of issue #50578.
I believe the issue relates to this line, which chooses to only save built-in scripts on closing (the opposite of what the comment says).
Steps to reproduce
Create a new script file
Try to close it
Choose to save it when it asks whether you want to discard or save changes.
Close to the project list
Open the project again
Open the script (The changes are gone)
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Godot version
4.0 (234eb83)
System information
Linux Mint 20.2
Issue description
If you close an unsaved script in the script editor and choose to save it, the changes won't persist after closing the project. The changes only persist in the same session presumably because of issue #50578.
I believe the issue relates to this line, which chooses to only save built-in scripts on closing (the opposite of what the comment says).
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: