set_main_scene
set_main_sceneDefine the main scene for a Godot project by specifying the project and scene paths, enabling the project to start with the correct scene on launch.
Instructions
Set the main scene in project.godot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Scene path (relative to project) | |
| projectPath | Yes | Godot project path |