Table of Contents

Field SubAssetType

Namespace
GrindFest.Content.Editor
Assembly
GrindFest.dll

The sub-asset's type, when the declaration names it (path[Name:AnimationClip]) — the same disambiguator the runtime key uses, AssetLibrary.KeyFor(address, type) = address|TypeName.

It is not decoration. A name alone is genuinely ambiguous: Praying End.fbx holds an Animator and an AnimationClip called Praying End, so a name match picked the Animator and the skill's clip came back null — a silent null, which is the failure this whole change exists to remove.

public string SubAssetType

Returns

string
The sub-asset's type, when the declaration names it (path[Name:AnimationClip]) — the same disambiguator the runtime key uses, AssetLibrary.KeyFor(address, type) = address|TypeName. It is not decoration. A name alone is genuinely ambiguous: Praying End.fbx holds an Animator and an AnimationClip called Praying End, so a name match picked the Animator and the skill's clip came back null — a silent null, which is the failure this whole change exists to remove.