日志
ERROR: Error importing skeleton:
hT: Error reading attachment: ArmHandFingerL01, skin: default
at ka.C(SourceFile:304)
at kR.C(SourceFile:131)
at wL.C(SourceFile:310)
at wV.run(SourceFile:274)
at uD.Z(SourceFile:1648)
at wh.I(SourceFile:379)
at eD.C(SourceFile:92)
at fO.C(SourceFile:28)
at dT.C(SourceFile:188)
at dT.C(SourceFile:158)
at com.badlogic.gdx.scenes.scene2d.ui.Button.I(SourceFile:131)
at ew.C(SourceFile:94)
at fQ.C(SourceFile:88)
at dZ.C(SourceFile:59)
at eb.I(SourceFile:351)
at Prn.I(SourceFile:124)
at t.C(SourceFile:360)
at f.run(SourceFile:259)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue.access$600(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: No enum constant kp.weightedmesh
at java.base/java.lang.Enum.valueOf(Unknown Source)
at kp.valueOf(SourceFile:32)
at ka.C(SourceFile:363)
at ka.C(SourceFile:301)
... 31 more
3.8 导入json时出现问题
It seems like your data is not from the same version of Spine you are importing into. Run the same version, import, save a .spine file, then open the .spine file in a newer version of Spine.
Otherwise you can try changing weightedmesh
to mesh
in the JSON data.