-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support files exported from Spine versions 4.2.0 and above #25
Comments
Hey there. You're reporting two separate issues here, so I have to address them separately. Issue 1: We inherit the hard version check from spine-c, so we can't really change it. You'll have to use the workaround for now. Physics constraints won't work since that's new in 4.2. Issue 2: The issue with https://github.com/jabuwu/bevy_spine/blob/c6a40c8a1b0e4a3e0f3cf562d6117b9b797aea7c/src/lib.rs#L580 |
If you would like to help test, you can now try this branch: jabuwu/bevy_spine#21
|
This has been fixed in the latest releases |
Hey, thanks for this lib and bevy_spine. super useful!
I updated the spine software to 4.2.06 and when re-exporting the same spines (with almost no changes), my app using bevy_spine stopped loading spines, no errors just failed silently displaying nothing where my spine assets were previously.
I put the issue in this repo because I think the actual problem is in this repo (only allowing "4.1*" versions), and probably here:
rusty_spine/src/c/spine_c.rs
Lines 17921 to 17924 in 58d4421
Here is an example of exported json-file before and after:
before:
after:
"spine": "4.1.24",
does make things work again, so there is a simple workaround.SkeletonData::new_from_binary
at all.Thanks for the help!
The text was updated successfully, but these errors were encountered: