Is there a setting to load last open project on editor startup?

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

I work on only one project and each time I run the editor I have to select that sole project.
Is there a way to have the editor auto open the last used project?

:bust_in_silhouette: Reply From: njamster

If you start godot from the command line, you can provide the path to a project:

godot --path "<PathToProject>"

Alternatively you could instruct your file manager to open the project.godot-file with Godot and then start your project by clicking on that file.

Details may vary depending on your operating system.