Skip to content

Assets

PRO All asset tools are PRO intelligence tools. Filesystem-only, no addon required.

Complete asset inventory: find unused assets, missing references, assets 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": "godotiq_asset_registry",
"args": { "filter": "unused" }
}

Recommend scale + position for a model based on similar assets in the scene.

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

  • Spatial tools: godotiq_placement uses spatial awareness for positioning objects
  • Code analysis: godotiq_dependency_graph shows which scripts reference which assets
  • Guides: Workflows: Asset management workflow patterns