[Core] fix issue with unchecked collect animation option.
This commit is contained in:
@@ -92,11 +92,14 @@ namespace AssetStudio
|
||||
}
|
||||
else
|
||||
{
|
||||
if (animationList != null)
|
||||
{
|
||||
foreach (var animationClip in animationList)
|
||||
{
|
||||
animationClipHashSet.Add(animationClip);
|
||||
}
|
||||
}
|
||||
}
|
||||
ConvertAnimations();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user