forge_open_scene
Open a scene file in the Godot editor to edit game levels, characters, or UI elements. Specify the path to the .tscn file to load it for development.
Instructions
Open a scene file in the Godot editor.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .tscn scene file, e.g., "res://scenes/main.tscn" |