• Bugs
  • Event Timeline Bugs

Been playing around with the events to see their effect on the json export

bug1: cannot recreate, but managed to make it so that the spine menu wouldn't come up when clicked. Had to close spine and save on exit

bug2: I seem to have created an event that I deleted, but it still appears in the export. In the example below, leap1 is an active event, leap1-copy is not. leap is an old event that doesn't exist anymore ...

"events": {
"leap1": {},
"leap1-copy": {}
},
"events": [
{ "time": 0.2, "name": "leap", "int": 19, "float": 31.5, "string": "blah" },
{ "time": 0.4333, "name": "leap1", "int": 22, "float": -14.8, "string": "blah" }
]

project attached

edit: this is Spine 1.5.18

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

1) I just made changes to the menu so it is faster. Will need repro steps I'm afraid.

2) Good catch! My mistake, fixed in the next version, thanks!

Nice one Nate. I will pay attention next time for problem 1. I tried but couldn't get it to do it again. I was mucking around with events so it's something to do with that.