We're excited to announce the official release of the GAS plugin for Godot 4.x! This addon integrates the GameVault directly into the Godot editor, giving you access to the full marketplace without switching windows. It's been months in the making and we can't wait for the community to try it out.
Seamless Import and Export
The plugin supports importing and exporting assets in the .gas interchange format. Sprite sheets, sound effects, animations, scenes — all handled through a clean importer pipeline built on BaseAssetImporter subclasses. Exporters follow the same pattern with BaseAssetExporter, making it straightforward to extend for new asset types. The event bus architecture means importers emit a fetch_asset signal and receive data asynchronously, keeping the editor responsive.
Device Flow Authentication
Signing in to the marketplace from inside Godot uses the Device Flow OAuth pattern. You scan a QR code or visit a URL on any device, authorize access, and the plugin picks up the token automatically. No need to paste API keys or manage credentials manually. It's secure, simple, and works even if your development machine doesn't have a browser readily available.
Marketplace Browser Panel
The built-in browser panel lets you search, filter, and preview assets from the marketplace. You can see thumbnails, read descriptions, check pricing, and import assets into your project with a single click. The panel is fully integrated into the Godot dock system so it feels like a native part of the editor.
Getting Started
Installation is simple: copy the addons/gas-io directory into your Godot project, enable the plugin in Project Settings, and sign in. Full documentation is available on our site, and we're eager to hear your feedback as we continue to refine the experience.