instance_scene
Instantiates a .tscn/.scn file as a child node in the currently open Godot scene, with undo support.
Instructions
Instantiate a packed scene (res://*.tscn) as a child in the open scene (undoable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| scene | Yes | res:// path to a .tscn/.scn | |
| parent | No |