Is it possible to visualy the tree of the scene while playing?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By EAngeles02
:warning: Old Version Published before Godot 3 was released.

It would be very useful for debuging to see how the nodes are being created and deleted while playing? Can it be done in Godot?

:bust_in_silhouette: Reply From: KRL

Check live editing and always you can write a script that will display node tree.

:bust_in_silhouette: Reply From: Bojidar Marinov

It is possible to preview how the scene tree looks like:

First, play your game, and while it is running open the Debugger, from the bottom bar.

Second, Go to the “Info” tab, and refresh the scene tree.

Third, profit!

This has changed. Current scene tree can be viewed in the Scene panel under the Remote tab, which is only visible during gameplay.

prok | 2022-10-13 18:14