How to Uncheck/ Close Autosave of My Modification on the Projects

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By linuxtopia
:warning: Old Version Published before Godot 3 was released.

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

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.

Zylann | 2016-11-26 16:36

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

linuxtopia | 2016-11-27 14:44

:bust_in_silhouette: Reply From: eons

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…

Thanks for your opinion eons

linuxtopia | 2016-11-27 18:46