-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
deform must contain "default" when converting to spine json using 'db2 -t spine'.
This line cause this issue:
Tools/src/format/dragonBonesFormat.ts
Line 1508 in e212bef
| skin: string = ""; // Deprecated. |
It should be skin: string = "default";
"deform": {
"": {
"Head Default": {
"Head Default": [
Like this:
"deform": {
"default": {
"Head Default": {
"Head Default": [
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels