Unity Am I used tool
Issue:
- Unity search for file usages isn’t reliable.
- You can’t find asset usages INSIDE of a scene, material, shader, serialized object reliably
- You cant walk up and down the chain of usages
- it’s slow
- You resort to finding assets in the codebase by guids which is also painfully slow and impossible for art dep.
Solution
Quick search right click tool for unity!
- It searches trough all file types, AND serialized objects AND parents of objects
- It fully caches in the resources folder so post first launch it’s FAST.
- You can fully traverse up and down the chain to find where something is and why it’s there!
- Lets you know to delete files if not used (main purpose for this is clean up)
Cats!
Tech stack:
- Unity
- C#
- The 2022 GUI UCSS systemt