set_main_scene
Define which scene launches when the Godot project starts by setting it as the main scene.
Instructions
Set the project main scene (application/run/main_scene)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene to set as main (relative to project) |