Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Quickly gathering project context. GDScript files, Scene trees, and Project Settings into a single text file or clipboard.
Godot Text Snapshot
Godot 4 plugin that exports selected GDScript files, Scene trees, and Project Settings into a single text file or clipboard.
Primary Use Case: Quickly gathering project context to share with LLMs or for documentation.
Features
- π Scripts: Batch export
.gdfiles (optionally grouped by folder). - π³ Scenes: Text-based visualization of Scene trees (includes Nodes, Signals, Groups, and Inspector changes).
- βοΈ Settings: Includes
project.godot, Autoloads (Globals), and cleaned-up Input Map. - π€ LLM Ready: Optional Markdown formatting (code blocks) for better parsing by AI.
- π Output: Copy directly to Clipboard or save to
res://text_snapshot.txt.
Installation
- Copy the folder containing this plugin into your project's
addons/directory. - Go to Project β Project Settings β Plugins and enable Godot Text Snapshot.
Usage
- Navigate to Project β Tools β Text Snapshot...
- Select the scripts and scenes you want to include.
- (Optional) Configure formatting in the footer (e.g., wrap in Markdown).
- Click Copy to Clipboard or Save to File.
License
MIT
Quickly gathering project context. GDScript files, Scene trees, and Project Settings into a single text file or clipboard.
Reviews
Quick Information
Quickly gathering project context. GDScript files, Scene trees, and Project Settings into a single text file or clipboard.