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