toadbirb

  • 2022年4月11日
  • 2022年1月29日に参加
  • it is spine data, in the main file im able to import it into spine it just wont play the animations and i think it references another file? the main file says something like

    "animations": {
    "idle01": "idle01",

    and then there is another file i have that starts off like:

    {
    "idle01": {
    "bones": {
    "bone48": {
    "scale": [
    {},

    and then it goes on to list animation data, but in a separate file than the main asset, I'm not sure if those are combinable to become readable in spine but thats the situation with the separate files

  • is there anyway to re-combine them or import all assets into spine?

    • 編集済み
  • I'm trying to view an animation on a skeleton, and the skeleton loads in perfectly fine but in the .JSON instead of having animation data it just says ("animations": {"idle01": "idle01",) and there is another file that seems to contain the animation data, but I'm not sure if I'm supposed to merge both .JSON's into 1 file or if there is something else I'm supposed to do. :wounded: