Frequently Asked Questions (FAQs)
General Questions
What is Godot Launcher?
Godot Launcher is an open-source tool designed to manage Godot projects efficiently. It provides quick project setup, version management, system tray access, and automatic updates.
Is Godot Launcher free?
Yes! Godot Launcher is completely free and open-source under the MIT license. You can use, modify, and contribute to it.
How is Godot Launcher different from downloading Godot manually?
Does it work offline?
Which platforms does it support?
Godot Launcher is cross-platform and supports Windows, macOS, and Linux.
Can I use Godot 3 with the launcher?
Features & Functionality
Can I manage multiple Godot versions with the launcher?
Godot Launcher allows you to download and switch between different Godot versions seamlessly. Each project can be assigned a specific Godot version, ensuring compatibility and flexibility.
Does Godot Launcher support Git, and how does it work?
Yes! Godot Launcher lets you choose to automatically initializes Git when setting up a new project, including an initial commit for easy version control. Note: Git must be installed on your system for this feature to work.
Can I use VSCode with Godot Launcher?
Yes! Godot Launcher lets you choose to automatically configures VSCode paths and settings, making it easier to use for development without manual setup. Note: VSCode must be installed on your system for this feature to work. It also includes recommended extensions for VSCode to work with Godot development, including GDScript syntax highlighting.
How does the launcher handle project settings and configurations?
Each project maintains dedicated settings, preventing conflicts between different projects. This ensures that project-specific configurations remain isolated. Godot Launcher achieves this by running Godot Editor in Self-Contained mode: Windows & macOS: Each project includes a copy of the selected Godot Editor version. Linux: A symbolic link to the editor is used instead. We are working on improving this feature to provide a more seamless experience with symbolic links on all platforms.
Can I use Godot Launcher with existing projects?
Where can I find my project settings?
Godot Launcher provides an export and import project settings feature, available in the project view. This allows you to easily back up or transfer project-specific configurations. There is also a quick access button to open the project settings folder in your file manager.
Will the launcher update itself automatically?
Yes, automatic updates ensure that you always have the latest features and bug fixes without needing to manually reinstall the launcher.
Installation & Setup
How do I install Godot Launcher?
Can I install Godot Launcher via winget?
Yes. On Windows you can run these commands from PowerShell or Command Prompt:
Do I need to install Godot separately?
No, Godot Launcher can download and manage Godot versions for you.