get_scene_dependencies
List all external resources (scripts, textures, instanced scenes) referenced by a scene and check whether each exists.
Instructions
List the external resources (scripts, textures, instanced scenes) a scene references, and whether each exists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file |