Skip to content

Assets

Free All asset tools work from the filesystem — no addon required.

Complete asset inventory: find unused assets, missing references, by type.

ParameterTypeDefaultDescription
pathstring"res://"Directory to scan
filterstring"all"Filter: "all", "unused", "missing", "scenes", "scripts", "images", "audio", "fonts", "models", "shaders", "resources"
detailstring"normal"Output verbosity: "brief", "normal", "full"
Tool call
{
"tool": "asset_registry",
"args": { "filter": "unused" }
}

Recommend scale and position for a model based on similar assets already placed in a scene.

ParameterTypeDefaultDescription
scene_pathstringrequiredScene to analyze for reference objects
model_pathstringrequiredModel to get scale suggestions for
detailstring"normal"Output verbosity
Tool call
{
"tool": "suggest_scale",
"args": {
"scene_path": "res://scenes/levels/town.tscn",
"model_path": "res://models/barrel.glb"
}
}