Skip to content
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

Open
gogost6 opened this issue Nov 6, 2023 · 10 comments
Open

Unable to use image sequence with mesh #530

gogost6 opened this issue Nov 6, 2023 · 10 comments

Comments

@gogost6
Copy link

gogost6 commented Nov 6, 2023

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)

@alexmaslarski
Copy link

I have encountered the same issue when working with png sequences combined with meshes

@ivanpopelyshev
Copy link
Collaborator

ivanpopelyshev commented Nov 6, 2023

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.

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?

@miltoncandelero
Copy link
Contributor

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 😞

@ivanpopelyshev
Copy link
Collaborator

OK, I can look thgouth latest fixes, and if it was actually esotericsoftware bug we didnt port here, it'll work.

@ivanpopelyshev
Copy link
Collaborator

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?

@georgistoilko
Copy link

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"?

@wetrustinprize
Copy link

Question: which are the differences on Pixi's and Estoteric's implementation of the spine runtime? Why there are two?

@ivanpopelyshev
Copy link
Collaborator

ivanpopelyshev commented Mar 14, 2024

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

  1. Less many files because some files aren't needed for pixi
  2. Bucked up logic in pixi loader for loading different ways
  3. Supports different version of spine model, because newbies keep downloading models for older format, and oldies using old verison of program because they cant change pipeline for artists
  4. Supports mesh batching through another plugin

Maybe with spine v4.1 here for 2 years already it loses the point :)

@wetrustinprize
Copy link

Thanks for the explanation @ivanpopelyshev! :)

@cookW3b
Copy link

cookW3b commented Jul 30, 2024

@ivanpopelyshev @miltoncandelero I opened PR for this issue. Can you check this, please? PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants