mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Improve integration with Live2D assets
- Added container-independent method for searching AnimationClip assets (However, it's not really universal, so it can't completely replace the container-dependent method)
This commit is contained in:
@ -586,6 +586,7 @@ namespace AssetStudioCLI.Options
|
||||
o_exportAssetTypes.Value = new List<ClassIDType>
|
||||
{
|
||||
ClassIDType.AnimationClip,
|
||||
ClassIDType.Animator,
|
||||
ClassIDType.MonoBehaviour,
|
||||
ClassIDType.Texture2D,
|
||||
};
|
||||
|
Reference in New Issue
Block a user