Saving the Godot Editor Settings

Godot Version

4.4.1 stable

Question

I have Godot on a USB drive and some of my projects there. I’m fairly new and was wondering if i can save the Editor settings to the USB. Because i often need to change machines/workspaces. But when i plug Godot into a new machine i need to change certain things again (and it is annoying). For example:

  • Theme
  • Project Paths
  • Language
  • etc.

It resets every time i go to a new machine. Is there a way to keep said info on my USB so i don’t have to configure it every time? Sorry if this is a duplicate topic.

You can enable self-contained mode by adding a file with name ._sc_ in the same folder as the editor executable.

1 Like

Worked for me. Thank you!