instantiate_scene
Instantiates a packed scene into the current Godot scene by specifying the parent path and scene file, with an optional custom node name.
Instructions
Instantiate a PackedScene into the current scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_name | No | ||
| scene_path | Yes | ||
| parent_path | Yes |