[Core] fix issue with unchecked collect animation option.
This commit is contained in:
@@ -91,12 +91,15 @@ namespace AssetStudio
|
|||||||
CollectAnimationClip(m_Animator);
|
CollectAnimationClip(m_Animator);
|
||||||
}
|
}
|
||||||
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