Scene Tree As Text

by Golomp

1

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.

Example

Usage

  1. Open your Godot project with the plugin enabled.
  2. Access the tool:
    • Go to Project > Tools in the top menu.
    • Select "Generate Scene Trees...".
  3. In the popup window:
    • Add folders to exclude (relative to res://, e.g. addons).
    • Check the scenes.
    • Optionally enable "Include info about Inspector changes".
  4. Click "Generate output.txt" to create the output file in your project’s root directory (res://output.txt).

Generate Scene Trees...

Installation

  1. Place the plugin folder in your project's res://addons/ directory.
  2. Enable it in Project Settings > Plugins

Version

1.0

Engine

4.4

Category

Tools

Download

Version1.0
Download Now

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author