CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ GetActive() [1/6]

static Type GetActive ( [NotNull] Object asset)
static

Gets the active AssetImporter type used for the given asset.

Available in Unity 2022.2 or newer. In previous versions throws a NotSupportedException.

Parameters
assetInstance of an asset file.
Returns
The AssetImporter type in use for the specified asset.
See also