Visualising your project

Godot Version

4.4

Question

Hi,
Can anyone recommend a plugin that creates a visual model of your GODOT project, one that reflects it’s architecture. So it might show shapes and lines to represent your scenes, node hierarchies within scenes, where scripts exist, points where scripts instantiate scenes and so on.

Basically the plug-in would generate a large canvas that you can pan around and zoom in / out that shows your whole project’s layout.

Thanks
Salvo

As in a UML diagram?

1 Like

Thanks - not quite what I’m after but I’ll certainly try this.

Just to be a little clearer, I’d like a visual representation of my whole project so I can see what scenes exist, which scripts attached to which scenes create what other scenes and so no. Perhaps the ability to drill into a scene to see what nodes it has.