Discovery
4 tools for working with discovery.
Split by whether they change your project. Read-only tools are always safe to try.
Reading
- Find Assets — Search the asset registry by path, class, and name substring. Does not load assets, so it is cheap even project-wide. Use this to locate an asset before operating on it.
- Get Asset Info — Class, paths, on-disk state and dirty status for one asset. Reads the registry where possible; only loads if needed.
- Get Project Context — Project name, engine version, project directory, and loaded plugin count.
- List Asset Classes — Count assets by class under a path. Use this to see what a folder actually contains before searching it.