editor_instantiate_scene
Add a PackedScene instance into the current scene by specifying its path, with optional name and parent for placement.
Instructions
Instantiate a PackedScene into the current scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| scene | Yes | PackedScene path to instantiate | |
| parent | No | . |