- [Core] Exportable Material.
- [Core] Added name to `PPtr` and `Object` when available.
This commit is contained in:
@@ -430,6 +430,8 @@ namespace AssetStudioCLI
|
||||
return ExportAnimationClip(item, exportPath);
|
||||
case ClassIDType.MiHoYoBinData:
|
||||
return ExportMiHoYoBinData(item, exportPath);
|
||||
case ClassIDType.Material:
|
||||
return ExportJSONFile(item, exportPath);
|
||||
default:
|
||||
return ExportRawFile(item, exportPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user