Hi,
when instanciting a spine character (Mechanim) I get this console error message:
KeyNotFoundException: The given key was not present in the dictionary.
System.Collections.Generic.Dictionary`2[System.Int32,Spine.Animation].get_Item (Int32 key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Array.cs:1914)
Spine.Unity.SkeletonAnimator.Update () (at Assets/spine-unity/SkeletonAnimator.cs:127)
It is an enemy character that shares its atlas with another enemy character.
I have other characters that work fine. In fact this is the first time I get such an error message.
What does it mean, what do I need to do to solve it.