• 中文
  • JSON无法导入

  • تم التحرير
Related Discussions
...

JSON里显示是3.6.53版本的。
但是我只能用skeletonViewer-3.5.51查看这个JSON文件。
使用SPINE3.6.53 和3.5.51 或者最新版本都无法导入该JSON。
请问使用哪个版本的SPINE才能导入附件里的JSON文件?

The JSON shows that it is version 3.6.53.
But I can only view this JSON file with skeletonViewer-3.5.51.
The JSON cannot be imported using SPINE3.6.53 and 3.5.51 or the latest version.
Which version of SPINE can I use to import the attached JSON file?

I tried to import into 3.6.53 and got this error:
我尝试导入3.6.53,并收到此错误:

Multiple slots have the same name: G

No version of Spine allows multiple slots to have the same name. This means the JSON data is invalid. Look in at the data, it has this:
没有任何版本的Spine允许多个插槽具有相同的名称。 这表示JSON数据无效。 查看数据,它具有以下内容:

...
   { "name": "G", "bone": "cover", "attachment": "G" },
   { "name": "FS2_3", "bone": "cover", "attachment": "FS2_3" },
   { "name": "FS2_2", "bone": "cover", "attachment": "FS2_2" },
   { "name": "G", "bone": "cover", "attachment": "G" },
...

Delete one of the two G slots and then it can be imported into 3.6.53. I have done so and saved the project file:
删除两个 G 插槽之一,然后可以将其导入3.6.53。 我这样做并保存了项目文件:
http://n4te.com/x/1169-abel_S1.spine
You can open this with 3.6.53 or any newer version of Spine.
您可以使用3.6.53或任何更高版本的Spine打开它。

非常感谢,搞定了