validate_scene
Checks if a Godot scene loads correctly in headless mode and identifies missing dependencies.
Instructions
Validate a scene headless: reports whether it loads/instantiates and lists any missing dependencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file |