Assets
Free All asset tools work from the filesystem — no addon required.
asset_registry
Section titled “asset_registry”Complete asset inventory: find unused assets, missing references, by type.
Parameters
Section titled “Parameters”| Parameter | Type | Default | Description |
|---|---|---|---|
path | string | "res://" | Directory to scan |
filter | string | "all" | Filter: "all", "unused", "missing", "scenes", "scripts", "images", "audio", "fonts", "models", "shaders", "resources" |
detail | string | "normal" | Output verbosity: "brief", "normal", "full" |
Example
Section titled “Example”{ "tool": "asset_registry", "args": { "filter": "unused" }}suggest_scale
Section titled “suggest_scale”Recommend scale and position for a model based on similar assets already placed in a scene.
Parameters
Section titled “Parameters”| Parameter | Type | Default | Description |
|---|---|---|---|
scene_path | string | required | Scene to analyze for reference objects |
model_path | string | required | Model to get scale suggestions for |
detail | string | "normal" | Output verbosity |
Example
Section titled “Example”{ "tool": "suggest_scale", "args": { "scene_path": "res://scenes/levels/town.tscn", "model_path": "res://models/barrel.glb" }}Related Tools
Section titled “Related Tools”- Spatial tools —
placementuses spatial awareness for positioning objects - Code analysis —
dependency_graphshows which scripts reference which assets - Guides: Workflows — Asset management workflow patterns
Tools Overview See all 35 GodotIQ tools.