We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
"pixi-spine": "^4.0.4", "pixi.js": "^7.3.2",
This happens when trying to load atlas with already preloaded image like so:
await Assets.load([{ src: "spine-data/Rocket.json", data: { image: Texture.from("images/main/Rocket.png") } }]);
After some deep dive I believe I found the potential bug in base loader. In short, variable is attempted to read while being assigned.
I managed to fix it locally (change, build, pack, install), but I'm not quite sure how to contribute here.
the fix itself
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
"pixi-spine": "^4.0.4",
"pixi.js": "^7.3.2",
This happens when trying to load atlas with already preloaded image like so:
After some deep dive I believe I found the potential bug in base loader. In short, variable is attempted to read while being assigned.
I managed to fix it locally (change, build, pack, install), but I'm not quite sure how to contribute here.
the fix itself
The text was updated successfully, but these errors were encountered: