Copy Scene Tree
Copy Scene Tree is a lightweight productivity plugin for Godot 4 that lets you instantly copy any selected node and its complete hierarchy as clean, readable text.
Instead of manually typing your scene structure or taking screenshots, you can generate a properly formatted tree with a single command and paste it anywhere.
The generated output includes:
- Node names
- Node types
- Attached script filenames (when available)
- A clean, indented hierarchy that is easy to read and share
This makes it especially useful for:
- Bug reports
- GitHub issues and pull requests
- Documentation
- Team collaboration
- Code reviews
- AI assistants such as ChatGPT, Claude, and Gemini
- Forum and Discord discussions
Features
- One-click scene tree export
- Keyboard shortcut support for faster workflow
- Clean, human-readable formatting
- Includes attached script filenames
- Works directly inside the Godot editor
- Lightweight with no runtime impact
- Compatible with Godot 4.x
Usage
- Select any node in the Scene dock.
- Open Tools → Copy Scene Tree or use the configured keyboard shortcut.
- Paste the copied hierarchy into any text editor, documentation, issue tracker, or AI chat.
Example Output
Player (CharacterBody2D)
├── Sprite2D
├── Camera2D
├── Weapon (Node2D) [weapon.gd]
│ ├── Muzzle
│ └── AnimationPlayer
└── HealthBar (ProgressBar)
Whether you're asking for help online, documenting your project, or providing context to AI tools, Copy Scene Tree helps you share your scene structure in seconds while keeping everything clean, consistent, and easy to understand.
Changelog for version v1.3.0
No changelog provided for this version.