scene_preview.md

June 19, 2026 ยท View on GitHub

Scene preview details

Scene preview shows the tree of nodes. It is either the opened .tscn file. Or the scenes, assosiated with the opened script (.gd or .cs).

scene_preview.png

You can also drag nodes from the preview into the editor. A plain drag inserts a relative path from the current script to the dropped node. Ctrl-drag inserts an @onready snippet, and Alt-drag inserts an @export snippet. node_drag_start.png node_drag_drop.png node_drag_alt.png node_drag_ctrl.png Multiple nodes can be dragged at once. node_drag_multiple.png