Hi guys,
I'm trying to setup a animation with 2dtoolkit but I'm getting this strange error and I couldn't find a solution to it.
If someone could show me why is this happening I will be glad 🙂
Error:
Error reading skeleton JSON file for skeleton data asset: MainCharacterSkeleton
The requested value 'mesh' was not found.
at System.Enum.Parse (System.Type enumType, System.String value, Boolean ignoreCase) [0x0023b] in /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System/Enum.cs:673
at Spine.SkeletonJson.ReadAttachment (Spine.Skin skin, System.String name, System.Collections.Generic.Dictionary`2 map) [0x00034] in C:\Users\Public\Documents\Unity Projects\Freelancer Projects\LittleThroatDoctor\Assets\Spine2D\spine-csharp\src\SkeletonJson.cs:187
at Spine.SkeletonJson.ReadSkeletonData (System.IO.TextReader reader) [0x003ae] in C:\Users\Public\Documents\Unity Projects\Freelancer Projects\LittleThroatDoctor\Assets\Spine2D\spine-csharp\src\SkeletonJson.cs:146
at SkeletonDataAsset.GetSkeletonData (Boolean quiet) [0x000b7] in C:\Users\Public\Documents\Unity Projects\Freelancer Projects\LittleThroatDoctor\Assets\Spine2D\spine-tk2d\Assets\Spine\SkeletonDataAsset.cs:71
UnityEngine.Debug:Log(Object, Object)
SkeletonDataAsset:GetSkeletonData(Boolean) (at Assets/Spine2D/spine-tk2d/Assets/Spine/SkeletonDataAsset.cs:73)
SkeletonDataAssetInspector😮nInspectorGUI() (at Assets/Spine2D/spine-tk2d/Assets/Spine/Editor/SkeletonDataAssetInspector.cs:61)
UnityEditor.DockArea😮nGUI()