editor_run_specific_scene
Run any Godot scene directly by supplying its scene path, allowing you to test and debug specific levels or screens without starting the main scene.
Instructions
Run a specific scene (not just main).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | Scene path to run (e.g. "res://scenes/level1.tscn") |