kenmarold

  • 21 Th09 2019
  • Đã tham gia 5 Th10 2015

    I'm getting an error in Unity when I re-export my Spine JSON into Unity. I've aded a new animation but I'm now getting this error and the new animation doesn't show up in my character Animation Controller in Unity. IS DOES however show up in my SkeletonData which is strange since I've re-exported this Spine file a number of times with no problems before, this is the first time I'm getting this error. My Animation Controller always auto-updated to match the animations in SkeletonData How do I get my Animation Controller to update to reflect the new animations added to SkeletonData? Is there a way to rebuild the dictionary or another way to fix this?

    ArgumentException: An element with the same key already exists in the dictionary.
    System.Collections.Generic.Dictionary`2[System.String,UnityEngine.AnimationClip].Add (System.String key, UnityEngine.AnimationClip value) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:404)
    SkeletonBaker.GenerateMecanimAnimationClips (.SkeletonDataAsset skeletonDataAsset) (at Assets/spine-unity/Assets/spine-unity/Editor/SkeletonBaker.cs:405)
    SpineEditorUtilities.UpdateMecanimClips (.SkeletonDataAsset skeletonDataAsset) (at Assets/spine-unity/Assets/spine-unity/Editor/SpineEditorUtilities.cs:476)
    SpineEditorUtilities.ResetExistingSkeletonData (System.String skeletonJSONPath) (at Assets/spine-unity/Assets/spine-unity/Editor/SpineEditorUtilities.cs:461)
    SpineEditorUtilities.ImportSpineContent (System.String[] imported, Boolean reimport) (at Assets/spine-unity/Assets/spine-unity/Editor/SpineEditorUtilities.cs:334)
    SpineEditorUtilities.OnPostprocessAllAssets (System.String[] imported, System.String[] deleted, System.String[] moved, System.String[] movedFromAssetPaths) (at Assets/spine-unity/Assets/spine-unity/Editor/SpineEditorUtilities.cs:283)
    System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
    Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
    System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
    System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
    UnityEditor.AssetPostprocessingInternal.PostprocessAllAssets (System.String[] importedAssets, System.String[] addedAssets, System.String[] deletedAssets, System.String[] movedAssets, System.String[] movedFromPathAssets) (at /Users/builduser/buildslave/unity/build/Editor/Mono/AssetPostprocessor.cs:27)

    • Đã chỉnh sửa

    That makes total sense! Thanks for the quick reply. I'll check the Unity tutorial as well.

    I'm having some trouble with modifying colliders during an animation and I was hoping someone might be able to shed some light on the proper way to approach this. My current development tools are Unity/Playmaker/Spine. I have a character that walks and jumps and does other moves that change his height. When the character jumps he tucks his knees which makes his height dramatically shorter than when he's in a standing position. This is an obvious issue since the collider doesn't scale to match the change in body height during the jump which presents immediate problems when jumping over things. What's the best way to modify the colliders during the jump animations. Should I be using a bounding box in Spine or is it something I should be modifying in Unity? I've attached a screenshot to better illustrate my problem.

    • Đã chỉnh sửa

    I've tried it in a new Unity project with no other plugins and I'm still getting the same result. I'll send both the Unity and Spine projects to unity@esotericsoftware.com. Thank you.

    • Đã chỉnh sửa

    I'm getting two recurring errors in the Unity console window that endlessly loop when I click on my character's SkeletonData file. As a result I cannot interact with any SkeletonData in the Inspector window. Anyone else running into this? Running Unity 5.3.0.

    I just started a fresh Unity project and this is the first chraracter I've brought in. It's got 11 animations and 4 skins.

    Matrix stack full depth reached
    UnityEditor.Handles😃rawLine(Vector3, Vector3)
    SkeletonDataAssetInspector😃oRenderPreview(Boolean) (at Assets/spine-unity/Assets/spine-unity/Editor/SkeletonDataAssetInspector.cs:683)
    SkeletonDataAssetInspector😮nInteractivePreviewGUI(Rect, GUIStyle) (at Assets/spine-unity/Assets/spine-unity/Editor/SkeletonDataAssetInspector.cs:595)
    UnityEditor.DockArea😮nGUI()

    IndexOutOfRangeException: Array index is out of range.
    SkeletonDataAssetInspector.DrawBoundingBox (Spine.Bone bone, Spine.BoundingBoxAttachment box) (at Assets/spine-unity/Assets/spine-unity/Editor/SkeletonDataAssetInspector.cs:712)
    SkeletonDataAssetInspector.DoRenderPreview (Boolean drawHandles) (at Assets/spine-unity/Assets/spine-unity/Editor/SkeletonDataAssetInspector.cs:694)
    SkeletonDataAssetInspector.OnInteractivePreviewGUI (Rect r, UnityEngine.GUIStyle background) (at Assets/spine-unity/Assets/spine-unity/Editor/SkeletonDataAssetInspector.cs:595)
    UnityEditor.ObjectPreview.DrawPreview (IPreviewable defaultPreview, Rect previewArea, UnityEngine.Object[] targets) (at /Users/builduser/buildslave/unity/build/Editor/Mono/Inspector/Editor.cs:225)
    UnityEditor.Editor.DrawPreview (Rect previewArea) (at /Users/builduser/buildslave/unity/build/Editor/Mono/Inspector/Editor.cs:530)
    UnityEditor.InspectorWindow.DrawPreviewAndLabels () (at /Users/builduser/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:761)
    UnityEditor.InspectorWindow.OnGUI () (at /Users/builduser/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:388)
    System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)

    • Đã chỉnh sửa

    How do I go about changing the license name for Spine Pro?

    The minimum number of computers is 5 though. I just want one educational copy for myself so that I can start to build a curriculum using Spine as part of the workflow. Is this available?

    • Đã chỉnh sửa

    Hi,

    I was wondering if you offered education discounts for university faculty?
    Thank you.