mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-17 00:02:40 -05:00
[CLI] Partial assets reading
This commit is contained in:
@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user