Fixed #835
This commit is contained in:
parent
05a41d2f1e
commit
2ef52afe1e
|
@ -163,8 +163,11 @@ namespace AssetStudio
|
|||
foreach (var animation in m_GameObject.m_Animation.m_Animations)
|
||||
{
|
||||
if (animation.TryGet(out var animationClip))
|
||||
{
|
||||
if (!boundAnimationPathDic.ContainsKey(animationClip))
|
||||
{
|
||||
boundAnimationPathDic.Add(animationClip, GetTransformPath(m_Transform));
|
||||
}
|
||||
animationClipHashSet.Add(animationClip);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue