Skip to main content
Mario Debono
Godot Launcher Maintainer
View all authors

๐Ÿš€ Godot Launcher 1.1.0 โ€“ Hide .gd.uid Files in Visual Studio Code

ยท One min read
Mario Debono
Godot Launcher Maintainer

Godot Launcher 1.1.0 is out! ๐ŸŽ‰โ€‹

This release introduces a small but helpful quality-of-life feature for developers using Visual Studio Code. When creating a new Godot project with the Setup Visual Studio Code as Text Editor setting enabled, the launcher now automatically configures VSCode to hide Godotโ€™s autogenerated .gd.uid files by

Fast Godot Prototyping with Godot Launcher

ยท 3 min read
Mario Debono
Godot Launcher Maintainer

My Fast and Friendly Godot Prototyping Workflow (And Why I Open-Sourced Godot Launcher)โ€‹

As someone who loves making games, fresh ideas and mechanics frequently pop into my head. The challenge? Quickly testing these new ideas in isolation is part of how I approach prototyping in Godot. For example, I might want to experiment with a unique inventory system separately first. This approach lets me see if the idea enhances my main project without cluttering or complicating it. It also forces me to design systems that are reusable from the get-go.