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