instance_scene
Create reusable scene instances by adding another scene as a child node in a parent scene.
Instructions
Add another scene as an instanced child inside a scene (composition / prefabs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the parent scene file | |
| instanceScenePath | Yes | Path to the scene to instance | |
| parentNodePath | No | Node to add the instance under (default root) | |
| nodeName | No | Optional name for the instance node |