- Uređeno
[Unity] Matrix stack full depth reached and IndexOutOfRangeE
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.HandlesrawLine(Vector3, Vector3)
SkeletonDataAssetInspectoroRenderPreview(Boolean) (at Assets/spine-unity/Assets/spine-unity/Editor/SkeletonDataAssetInspector.cs:683)
SkeletonDataAssetInspectornInteractivePreviewGUI(Rect, GUIStyle) (at Assets/spine-unity/Assets/spine-unity/Editor/SkeletonDataAssetInspector.cs:595)
UnityEditor.DockAreanGUI()
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)
What is that plugin on the left? What does it do?
Are there any other plugins you included?
Have you tried starting a project and importing your Spine data with only Spine imported and no other plugin/editor extension assets?
If you've done this and it still happens, and if you have permission, you can send your spine project or spine jsons and atlases to unity@esotericsoftware.com so we can check what's going on.
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.
We've emailed you the fixed file.
Seems like the Matrix stack full depth reached
error was a symptom and not the actual problem.
The actual problem was DrawBoundingBox not catching weird cases.
The runtime has also been fixed.
Hi @Pharan,
I got the same issue what can be the cause of this problem
?
@PixelBrothers. Can you create a new topic with some details on how it happens? The above issue in particular has already been fixed.
@Pharan, I discover what is the problem is related to this forum post: http://esotericsoftware.com/forum/Importing-error-6526?p=29983#p29983, the problem appears from the latest version of Spine 3.3.0.3 and the new runtimes haven't yet been updated for it
When unity run-time for 3.3 will be available?
:handshake: Thanks!
I have no dates on that. Probably a couple of weeks.
I'll be handling the spine-unity update but someone else in the team is handling the initial spine-csharp port this time, which involves a few significant changes architecturally.
Pharan wroteI have no dates on that. Probably a couple of weeks.
I'll be handling the spine-unity update but someone else in the team is handling the initial spine-csharp port this time, which involves a few significant changes architecturally.
But can we import the characters without path feature in the meanwhile?
It depends on a lot of things. If you used weighted meshes, it wouldn't work because of said architectural changes.
Check this post. Nate also mentions the JsonRollback tool: Spine editor and runtime version management