- Изменено
skeletonViewer 3.7.94 error
I'm trying to load the .json into skeleton viewer 3.7.94 (same version of spine) but it show me this error: "error loading skeleton".
Please help me.
It's choking on the skinnedmesh
attachment type. I don't know why your data has that when the 3.7.94 Skeleton Viewer can't read it. You can try replacing skinnedmesh
with mesh
in your JSON file, but that's just a guess. You could try a 3.6 or 3.5 Skeleton Viewer.
I tried to replace skinnedmesh with mesh and it works!
Thank you!^ ^