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打开它。