Does godot have hiden files for its configuration?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Syl

Asking as I had a bug, with many files moved and/or corupted, and my backup works fine as long as I don’t use the name of my previous buggy folder.
Tried to start with the 3.0.2 version, in stead of the 3.0.1, and that’s the same.
So if you know, cheers!

:bust_in_silhouette: Reply From: eons

is called editor_data and should be where your operating system store application configurations (can be home, .config, AppData), inside a folder called godot or .godot

You can also make the configuration to be written in the same folder as the executable by creating a file in the same folder called ._sc_ or _sc_ (on windows, without extension).

Thxs a lot, so I can delete it with no problem for my existing projects?

Syl | 2018-04-11 11:01

Yes, can be safely removed, you will lose the entries on the project manager and any configuration made in the editor, including export templates, so everything will need to be configured and imported/added again.

eons | 2018-04-15 23:05

Cheers! Thxs a lot!

Syl | 2018-04-16 12:08