get_scene_dependencies
Identify external resources, instanced scenes, and script dependencies for a Godot scene file to manage project dependencies and ensure proper asset loading.
Instructions
Get all external resources, instanced scenes, and script dependencies of a scene.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | Path to the .tscn file |