0 votes

Hello guys,

When I wanna make a simple experiments/changings/modifications on my project/scenes to see what happens after modifications(moving asset, adding sound, deleting something etc.) and then close the project after that reopen it I see that all modifications saved on it automatically. Sick...

Really hate when that happens!.. Is there any settings to close autosave feature of Godot.

Thanks

in Engine by (14 points)

When you run a scene, Godot has to save it and all resources that are linked to it. Otherwise it would not be able to run the game.
If you want to make those changes temporary, you could probably copy your scene/project and work with the copy instead of the original.

Umm yeah it should be to test game as logical, thanks Zylann.

1 Answer

0 votes

Use something like git/mercurial, even locally it helps a lot.

I have seen situations (with other engines) that also mess up projects permanently and people get stuck in unstable versions because they didn't have proper revision tools installed...

by (7,946 points)

Thanks for your opinion eons

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.