Class AssetDatabaseUtil
Helpers for querying the Unity asset database.
Inherited Members
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
public static class AssetDatabaseUtil
Methods
| Name | Description |
|---|---|
| FindAssetGuidsForType<T>() | Finds asset GUIDs for assets of the specified type. |
| FindAssetPathsForType<T>() | Finds asset paths for assets of the specified type. |
| FindAssetsOfType<T>() | Finds and loads assets of the specified type. |