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
Hi, since PIXI 6.4.0 I'm getting this weird runtime error when using a tilemap like in the examples
CompositeTilemap.ts?d956:388 Uncaught TypeError: Cannot read properties of undefined (reading 'getShader') at CompositeTilemap.render (CompositeTilemap.ts?d956:388:1) at Container.render (display.mjs?216f:1649:1) at Container.render (Container.ts?77ce:647:34) at Renderer.render (Renderer.ts?81cb:511:23) at Application.render (Application.ts?cc4a:133:23) at TickerListener.emit (TickerListener.ts?ce2a:67:25) at Ticker.update (Ticker.ts?b198:422:37) at Ticker._tick (Ticker.ts?b198:124:22)
(I'm using webpack also)
I just can't use pixi-tilemap after PIXI 6.3.
The text was updated successfully, but these errors were encountered:
Most probably double-pixi problem. remove package.lock , node_modules, reinstall everything. Try register plugin manually:
tilemap/src/index.ts
Line 44 in daf420e
Sorry, something went wrong.
What would be the equivalent using @pixi/extensions new module ? as I'm getting a deprecation warning when using registerPlugin.
@pixi/extensions
registerPlugin
No branches or pull requests
Hi, since PIXI 6.4.0 I'm getting this weird runtime error when using a tilemap like in the examples
(I'm using webpack also)
I just can't use pixi-tilemap after PIXI 6.3.
The text was updated successfully, but these errors were encountered: