-
Notifications
You must be signed in to change notification settings - Fork 217
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
Unable to use image sequence with mesh #530
Comments
I have encountered the same issue when working with png sequences combined with meshes |
I'm super-busy and can check it only if it'll be actual paid job. @miltoncandelero is there anyone else who can do that right now, and where's that new pixi spine plugin that people are using? |
This is the official runtime, it's marked as WIP but I've already used It on production without issues (and it is published on npm) https://github.com/EsotericSoftware/spine-runtimes/tree/4.1/spine-ts/spine-pixi As for fixing the this bug, I don't have time even if it were a paid job, I am spread very thin, sorry 😞 |
OK, I can look thgouth latest fixes, and if it was actually esotericsoftware bug we didnt port here, it'll work. |
Btw loading of ytour stuff in codesandbox works only if you specify crossorigin "anonymous" , and i dont know how to do it with new "ASSETS LOADER". Can you do it please? |
I changed the crossorigin attribute to anonymous in the codesandbox, but I think I don't understand what does this mean: "with new "ASSETS LOADER"? |
Question: which are the differences on Pixi's and Estoteric's implementation of the spine runtime? Why there are two? |
Its basically supercharged spine-ts
Maybe with spine v4.1 here for 2 years already it loses the point :) |
Thanks for the explanation @ivanpopelyshev! :) |
@ivanpopelyshev @miltoncandelero I opened PR for this issue. Can you check this, please? PR |
Description:
Previously, we believed that the bug was tied to the Spine export process itself. However, it now appears that the animation functions seamlessly on their latest runtime for spine-ts. Unfortunately, I cannot offer a functional demonstration with their runtime at this time, and I apologize for the inconvenience. I attempted to test it by cloning their repository and running it through spine-pixi.
We kindly request your assistance with resolving this issue as our animators are currently facing challenges due to the absence of meshes. This situation is impeding their workflow and causing delays. Any help in resolving this matter would be greatly appreciated.
Example:
Here is the not working example using the pixi-spine: https://codesandbox.io/s/pixi-spine-test-c576ft
References:
https://esotericsoftware.com/forum/d/25050-an-error-by-a-png-sequence-with-a-mesh-with-vertecies/9
#495
#447 (comment)
The text was updated successfully, but these errors were encountered: