Hey everyone,
I get this weird NullReferenceException Error in Unity when I import the Unity-Spine Runtime:
NullReferenceException: (null)
UnityEditor.SerializedObject..ctor (UnityEngine.Object[] objs)
UnityEditor.Editor.GetSerializedObjectInternal ()
UnityEditor.Editor.get_serializedObject ()
SkeletonDataAssetInspector.OnEnable () (at Assets/spine-unity/Editor/SkeletonDataAssetInspector.cs:56)
Here is an image:
Loading Image
Weirdly, this ONLY happens on my Macbook Air, NOT on my Windows Desktop PC. Same Project, same Setup.
I already tried reimporting the stuff a dozen times but I'm out of luck - the Editor lets me start/test the scene but the error always pops up right at the beginning.
Does anyone know how to fix this?
Thanks everyone,
cheers!