validate_scene
Check Godot scene files for missing scripts, broken references, and orphan nodes to identify common issues before running the game.
Instructions
Validate a scene for common issues (missing scripts, broken references, orphan nodes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Path to the scene file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |