Add support for exporting meshes from the CLI (#5)

* Add support for exporting meshes from the CLI

* Add the Mesh ClassIDType to CLIOptions' supportedAssetTypes
This commit is contained in:
Pierce Thompson
2023-06-23 08:37:40 -04:00
committed by GitHub
parent bb9ea7d86b
commit 5695afae7b
4 changed files with 108 additions and 4 deletions

View File

@ -105,6 +105,7 @@ namespace AssetStudioCLI
assetItem.FullSize = asset.byteSize + m_VideoClip.m_ExternalResources.m_Size;
assetItem.Text = m_VideoClip.m_Name;
break;
case Mesh _:
case MovieTexture _:
case TextAsset _:
case Font _: