01What is Rapid Assets?
Rapid Assets is a free Godot Editor plugin that turns text prompts into production-ready images and 3D models, then imports them directly into your project. Enable it via Project ▸ Project Settings ▸ Plugins, open the dock, sign in, and generate without ever leaving Godot.
Type what you need, and finished assets land in res://RapidAssets/ automatically: images as PNG textures, 3D models as GLB files, ready to drop into any scene. Generation runs in the Rapid Assets cloud, so your machine stays fast.
2D sprites in-editor
Pixel-art sprite of four characters running through a temple, generated inside Godot.
02How it works
The entire pipeline is designed so that you only ever do the creative part. Here is what happens from prompt to placed asset:
Describe it
What happens: you type a prompt (or pick a workflow) in the Rapid Assets dock and choose Thinking or Fast mode. Why it matters: natural language replaces hours of searching. You describe exactly what your game needs.
Generate in the cloud
What happens: the plugin securely sends your request to the Rapid Assets backend, where GPU generation runs. Why it matters: the heavy compute happens off your machine, so the Godot Editor stays fast.
Stream live progress
What happens: generation status streams back in real time via server-sent events, with automatic polling as a fallback. Why it matters: you see exactly where each job is, with no guessing and no manual refreshing.
Auto-import to res://RapidAssets/
What happens: the moment a job completes, the finished image or model is imported via Godot's EditorFileSystem automatically. Why it matters: no Downloads folder, no renaming, no manual re-import trigger.
Use it in your game
What happens: the asset sits in res://RapidAssets/, optionally with a generated material, ready to drag from the FileSystem dock into your scene tree or viewport. Why it matters: idea to in-engine asset, with zero file plumbing in between.
03Requirements: check before you install
Make sure your setup is covered before following the install steps. If you're on Godot 4 with an internet connection, you're good to go.
| Supported Godot versions | Godot 4.0, 4.1, 4.2, 4.3, and 4.4+ |
|---|---|
| Plugin type | Pure GDScript EditorPlugin. No build step, no engine restart required |
| Supported platforms (Editor) | Windows 10/11 and macOS |
| Renderer support | Forward+, Mobile, and Compatibility. Images import as PNG textures, models as GLB (PackedScene); auto-materials default to StandardMaterial3D |
| Dependencies | No external dependencies. Uses Godot's built-in HTTPClient and EditorFileSystem |
| Account | A free Rapid Assets account to sign in |
| Hardware | Any machine that runs the Godot Editor comfortably. Generation runs in the cloud, so no high-end local GPU is required |
| Internet connection | Required for cloud generation; import and FileSystem access is local |
04Install the plugin, step by step
Rapid Assets ships with a one-click installer that copies the plugin into your project's addons/ directory. Already have a Rapid Assets account? It works across all plugins. New here? Create a free account first, then follow the five steps below.
Run the installer
In the downloaded folder, open the Godot subfolder and double-click Install Rapid Assets Studio.bat. The installer window opens automatically.

Browse to your project and install
Click Browse, navigate to your Godot project root, the folder containing your project.godot file, then click Install Plugin.

Open Project Settings
Open your project in Godot, then go to Project ▸ Project Settings.

Enable the plugin
Go to the Plugins tab and toggle Rapid Assets Studio to On.

Sign in on the dock
The Rapid Assets dock appears on the right, next to the Inspector. Sign in with your free account; your projects sync with the web app.

Don't see the dock after enabling? Toggle the plugin off and on again, or reopen the project. Godot loads the dock on the right side of the editor next to the Inspector. No build or engine restart required.
05Your first asset in 60 seconds
With the plugin enabled and signed in, generating your first asset takes under a minute:
Pick a project
In the Rapid Assets dock, select an existing project or create a new one. Projects keep your generations organized and sync with the web app.
Describe what you need
Type a prompt, e.g. "a stylized health potion bottle, glowing red liquid, game icon style", choose Thinking or Fast mode, and hit Send. Progress streams back live.
Import with one click
Click Import Image (or Import Model for 3D). The asset lands in res://RapidAssets/ in your FileSystem dock. Drag it into your scene tree and keep building.
06Key features
Everything you need to generate, import, and use assets without leaving Godot.
Text-to-Image
Describe any image (concept art, textures, key art, UI elements) and generate it in high resolution inside Godot.
Text-to-3D
Turn a prompt into a textured, game-ready GLB model that drops into your scene tree as a MeshInstance3D with materials applied.
6 Pro Workflows
Purpose-built pipelines for turnarounds, pose sheets, background removal, variations, and more.
One-Click Import
Finished assets land in res://RapidAssets/ automatically. Godot's EditorFileSystem rescans and imports them instantly.
Auto Material Creation
Turn any generated image into a StandardMaterial3D or CanvasItemMaterial instantly, wired to the albedo map for you.
Reveal in FileSystem
Jump straight to any imported asset in the FileSystem dock with a single click. No hunting through folders.
Real-Time Streaming
Live generation updates via server-sent events show generation progress in real time, with automatic polling fallback.
Projects & Sessions
Organize work into projects and persistent chat sessions. Pick up exactly where you left off, every time.
Thinking & Fast Modes
Thinking mode for richer, more deliberate results, or Fast mode when you need speed and iteration.
07Text-to-Image generation, inside the editor
Type a description in the Rapid Assets dock, pick Thinking or Fast mode, and hit Send. A high-resolution image streams back live. Click Import Image to add it to res://RapidAssets/Images/, or Image + Material to also get a ready-to-use StandardMaterial3D. Every image below was generated and imported this way.
Stylized 3D adventurer, generated live in the Godot dock and imported in one click.
Fantasy market stall prop: a game-ready asset generated straight from a prompt.
08Text-to-3D: game-ready models from a prompt
Rapid Assets generates textured 3D models from text and imports them as GLB files Godot reads natively. Describe what you need, click Import Model, and the mesh lands in res://RapidAssets/Models/, ready to instance into any scene as a MeshInstance3D or PackedScene node.
These are the real, fully-textured GLB models, live in your browser. Click a card, then drag to orbit and scroll to zoom, exactly as they import into Godot.
Generate models like these in your own project. Free account, no card required.
09Workflow overview: six specialized pipelines
Beyond open-ended generation, Rapid Assets ships with six dedicated workflows built around the asset jobs developers and technical artists repeat constantly. Select a workflow, describe what you want, and let the pipeline handle the rest, with no prompt engineering required.
1. Character Turnaround
Problem: animators and modelers need consistent multi-angle reference before they can build or rig a character in Godot. Solution: generate a clean turnaround sheet (front, side, and back) from a single description or reference image. Benefit: a production-ready reference sheet in seconds, perfect for building Skeleton3D rigs and AnimationPlayer setups.
Gold paladin turnaround: front, side, and back generated in one pass.
Elf archer turnaround: three angles generated and imported in one click.
2. Background Removal
Problem: character art and UI sprites need clean transparent backgrounds, which normally means manual masking. Solution: the Background Removal workflow strips the background automatically and returns a crisp cut-out with transparency. Benefit: drop-in sprites and icons with perfect alpha, ready for Sprite2D, TextureRect, or Control nodes.
Background removed: a clean transparent cut-out ready for Sprite2D or any UI node.
3. Image Variations
Problem: a single concept is rarely enough. You need options to compare and fill out a set. Solution: Image Variations takes one image and generates multiple stylistic alternatives. Benefit: explore directions fast and build cohesive texture sets from one starting point.
Variation 1: cyberpunk assassin in a neon-lit city, generated in one pass.
Variation 2: same character, moonlit ruins, entirely different mood.
4. Pose Variations
Problem: SpriteFrames resources and AnimatedSprite2D sets need the same character in several poses. Solution: Pose Variations generates a set of distinct poses for a single character in one pass. Benefit: build 2D pose sets without commissioning each pose individually.
Pose Variation 1: dark mage in a running combat pose.
Pose Variation 2: same character, upright casting stance, one pass.
5. Facial Pose Sheet
Problem: expressive characters need an expression sheet for dialogue portraits, UI icons, and AnimationPlayer blends. Solution: the Facial Pose Sheet workflow produces a grid of facial expressions automatically. Benefit: a complete emotion set ready for a dialogue system or RichTextLabel portrait UI, generated in one step.
9 facial expressions for an anime boy, generated in one pass inside the plugin.
Works across characters: a full expression grid for any face, in one step.
6. Pose Transfer
Problem: you have a character you like but need them in a specific pose for a scene or animation key. Solution: Pose Transfer applies a target pose while preserving the character identity and style. Benefit: reuse one character design across many poses, perfect for AnimationPlayer key references.
10Who uses it: real examples
Here is how Rapid Assets fits into real Godot production at three very different scales.
Indie game development
A full pixel-art character set, generated and imported as game-ready textures.
Weapons, shields, and items: a cohesive icon set from a single prompt.
Mobile game development
Large studio production
Also a fit for
2D Game Developers
Generate sprite sheets, backgrounds, UI icons, and dialogue portraits without manual pixel work. Import straight into Sprite2D and AnimatedSprite2D nodes.
Technical Artists
Automate the repetitive jobs (cut-outs, turnarounds, expression sheets) and spend your time on the high-value shader and VFX polish only you can do.
GDScript Developers
A native Editor dock that fits your GDScript-first workflow, with projects, sessions, and a predictable import folder structure to build around.
Marketing for Publishers
Generate banners, promo imagery, and consistent preview art for your existing Godot Asset Library listings.
The plugin is one part of the full platform. Everything it does, and more, is also available on the web at rapidassets.ai, and your projects sync across both.
11Troubleshooting
The most common setup issues and their fixes:
The dock doesn't appear after enabling the plugin
Toggle the plugin off and on again under Project ▸ Project Settings ▸ Plugins, or reopen the project. Godot loads the Rapid Assets dock on the right side of the editor next to the Inspector. No build or engine restart is required.
Rapid Assets Studio isn't listed in the Plugins tab
The installer copies the plugin into your project's addons/ directory. Confirm the folder exists there; if not, re-run the installer and make sure you selected the project root that contains project.godot.
Sign-in fails or hangs
The Editor needs an internet connection to reach rapidassets.ai. If you're behind a corporate firewall or proxy, make sure rapidassets.ai is allowed. Then close and reopen the dock and try again.
I imported an asset but can't find it
Everything lands under res://RapidAssets/ in the FileSystem dock, with Images/ and Models/ subfolders. Use the Reveal in FileSystem button next to the generation to highlight the file, and clear any FileSystem dock filters.
12Frequently asked questions
Yes, completely free to download and install. You only need a free Rapid Assets account to sign in and start generating. There is no purchase, no trial timer, and no paywall on the plugin itself.
Download the package from rapidassets.ai, run the included installer, browse to your project root (the folder with project.godot), and click Install Plugin. Then enable it under Project ▸ Project Settings ▸ Plugins. The Rapid Assets dock appears automatically; no build step and no engine restart.
Godot 4.0 and above, including 4.1, 4.2, 4.3, and 4.4. The plugin is written as a native GDScript EditorPlugin and runs on Windows 10/11 and macOS.
Into res://RapidAssets/, with Images/ and Models/ subfolders. GLB models import as PackedScene resources and drop straight into your scene tree as MeshInstance3D nodes.
Yes, assets are intended for commercial and non-commercial Godot projects. Always review the current licensing terms on rapidassets.ai for the exact, up-to-date conditions.