- [Core] address issue with some AnimationClip.
This commit is contained in:
@@ -322,6 +322,8 @@ namespace AssetStudioCLI
|
||||
return false;
|
||||
var m_AnimationClip = (AnimationClip)item.Asset;
|
||||
var str = m_AnimationClip.Convert();
|
||||
if (string.IsNullOrEmpty(str))
|
||||
return false;
|
||||
File.WriteAllText(exportFullPath, str);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user