- [Core] Fix bug with loading some bundles from ZIP file.

- [CLI] added new options.
This commit is contained in:
Razmoth
2023-08-24 21:49:17 +04:00
parent 995b7ee58b
commit cde398e592
7 changed files with 15 additions and 2 deletions

View File

@@ -324,7 +324,7 @@ namespace AssetStudioCLI
break;
case Mesh _:
case TextAsset _:
case AnimationClip _:
case AnimationClip _ when AnimationClip.Parsable:
case Font _:
case Sprite _:
case Material _: