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

[ts][pixi-v8][pixi-v7] Support for Base64-Encoded Assets #2744

Open
davidetan opened this issue Feb 5, 2025 · 0 comments
Open

[ts][pixi-v8][pixi-v7] Support for Base64-Encoded Assets #2744

davidetan opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@davidetan
Copy link
Collaborator

The spine-pixi runtime does not directly support base64-encoded assets.

Currently, to make Spine objects work with base64 assets, we need to replicate the functionality of our custom atlas and skeleton loaders.

This forum post demonstrates the current workaround. As shown, the process is not straightforward, requiring users to manually add assets to the Pixi cache, and to manually loop over all atlas pages and assign the corresponding PixiSpine textures.

This issue proposes enhancing our custom loaders to support base64-encoded assets natively, streamlining the process for users.

@davidetan davidetan self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant