-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project setting changes aren't always saved to project.godot
when pressing Ctrl + S
#55145
Comments
project.godot
project.godot
when pressing Ctrl + S
Isn't it just that at the times it didn't work, you didn't have any scene open? Ctrl+S saves the scene, not the project, and it's the former which also happens to save |
This occurs even with a scene currently open in the editor. I can still reproduce the issue as of 4.0.alpha12. |
Sometimes, I actually have to run the project 3 times to be able to see a change (only seen in 4.0.beta so far). |
I'm running into this too when trying to get/set ProjectSettings via a tool. I see the validly-updated setting when I navigate to Project Settings in the GUI, but when I run the app, it reads an old project setting that I had previously manually inputted via the GUI (and doesn't show the new Project Setting that I set via Version: 4.0.beta (Not sure if my use case is this same since @Calinou's issue is in the context of pressing Ctrl + S, but it might be related?) |
I encountered this issue in a C++ module. I found that the settings I wanted to save were being filtered out by the initial value check in |
I can still reproduce this on 4.2.2.stable and 4.3.dev6 (Linux). It might be worth using |
Godot version
3.4.stable, 4.0.dev (84f59c6), 4.3.stable, 4.4.dev 84dcdde
System information
Fedora 34, GeForce GTX 1080 (NVIDIA 470.74)
Issue description
Project setting changes aren't always saved to
project.godot
. If I change a setting, close the Project Settings dialog, press Ctrl + S then run the project, the new project setting's value isn't always taken into account by the running project. This seems to happen sporadically, but I've had it happen dozens of times by now. Pressing Ctrl + S multiple times in a row can sometimes ensure the value is saved correctly, but pressing it twice isn't always enough.This occurs both on 3.4-stable and
master
. I've seen this happen as far back as 3.3 and may be linked to #31747.So far, I've only reproduced this on Linux, but I don't use the editor on Windows often enough to notice the issue there.
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: