Index Unity asset references to query dependencies, unused assets, and broken links.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "unity-asset-reference-mcp" yet — see the docs or source repo.
Query a Unity project asset's dependencies and reverse references, and list the results by asset path.
Returns a list of assets this asset depends on and a list of assets that reference it.
Scan the indexed Unity asset graph and find unused assets that are not referenced by any other asset.
Outputs a list of potentially unused assets for project cleanup.
Check the Unity project's asset reference graph and list assets with broken references and the related links.
Returns assets with broken references to help locate missing or invalid asset links.
Developers or designers can use it to index asset references in large Unity projects and find unused assets for cleanup.
Before modifying, moving, or deleting an asset, users can inspect what it depends on and what references it to reduce risk.
After asset migration, renaming, or version changes, users can inspect the reference graph to find broken asset links quickly.
It indexes Unity project assets into a SQLite reference graph and exposes query capabilities through an MCP server for dependencies, references, unused assets, and broken references.
Known prerequisites include a Unity project and an MCP server interface for queries. For installation and runtime requirements, see the source repository.
It does more than search by asset name or location; it analyzes dependency and reference relationships through a SQLite reference graph and identifies unused or broken references.
Connect AI to Unity Editor for assets, scenes, scripts, and automation.
Retrieve the latest Unity API docs with RAG for faster development help.
Let AI query and control the Unity Editor for scene and asset tasks.
Connect AI to Unity Editor for automated scene, asset, and component workflows.
Programmatically manage Unity projects, create assets, and automate builds with AI.
Connect AI to Unity for game development, scene control, and build workflows.