Hi,
I have a weird predicament.
In the past I imported a set of SPINE animations into UNITY and created the skeletonData and animator controllers. It's working great.
I've now created an additional set of animations in Spine. But I exported it as a separated .Json\ .Atlas file into UNITY.
Is there a way to merge BOTH animations into one animator controller? I'm not having much luck at the moment.
this is the 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-runtime-and-classlibs/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150)
Spine.Unity.SkeletonAnimator.Update () (at Assets/spine-unity/SkeletonAnimator.cs:111)