
G
Publisher
golomp
Scene Tree As Text
Tools
Scene Debugging Documentation Inspector Output Text Generation Development
Generates a text representation of your scene trees, optionally including changes made in the Inspector. It's perfect for documenting scenes, debugging, or getting more effective help from AI models.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Scene Tree As Text
Introduction
This Godot 4.4 EditorPlugin generates a text representation of your scene trees, optionally including changes made in the Inspector. It's perfect for documenting scenes, debugging, or getting more effective help from AI models.
Usage
- Open your Godot project with the plugin enabled.
- Access the tool:
- Go to
Project
>Tools
in the top menu. - Select "Generate Scene Trees...".
- Go to
- In the popup window:
- Add folders to exclude (relative to
res://
, e.g.addons
). - Check the scenes.
- Optionally enable "Include info about Inspector changes".
- Add folders to exclude (relative to
- Click "Generate output.txt" to create the output file in your project’s root directory (
res://output.txt
).
Installation
- Place the plugin folder in your project's
res://addons/
directory. - Enable it in
Project Settings > Plugins