- Unity editor : 2020.3.18f1
- Spine : 4.1
I made emoji animation. It had curve scale below
I exported it with setting :
Then, I imported it to unity and got json file :
EMOJI_32.json
I copy and paste json to json editor. You can see the value of scale is wrong. It makes my animations inaccurate.
I fixed it by change 71582792 to 7.1582792 and 2147483648 to 2.147483648.
I guess something went wrong when converting the object to json