[CLI] Partial assets reading

This commit is contained in:
VaDiM
2023-03-08 17:49:26 +03:00
parent 10b7e84ffb
commit 16a7107d4e
2 changed files with 37 additions and 0 deletions

View File

@ -31,6 +31,7 @@ namespace AssetStudioCLI
{
var isLoaded = false;
assetsManager.SpecifyUnityVersion = options.o_unityVersion.Value;
assetsManager.SetAssetFilter(options.o_exportAssetTypes.Value);
if (Directory.Exists(options.inputPath))
{