NoleDjok Posted March 18, 2019 Share Posted March 18, 2019 Hi guys. I updated pixiJS to version5 (pixi.js-legacy) and PixiJS devtools have stopped work. maybe anyone knows what`s the reason? It was wery usefull to use this extension. https://chrome.google.com/webstore/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted March 18, 2019 Share Posted March 18, 2019 https://github.com/bfanger/pixi-inspector/blob/master/src/services/Inspector.js#L40 WebGLRenderer was renamed to Renderer, but there's deprecation getter so I dont think that's the cause. Unfortunately, I dont have time to investigate that thing. Can you do that? Quote Link to comment Share on other sites More sharing options...
NoleDjok Posted March 19, 2019 Author Share Posted March 19, 2019 Extension use PIXI from window object (there isn`t PIXI v.5 in this object). I solved this problem: window.PIXI = PIXI; Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted March 19, 2019 Share Posted March 19, 2019 oh, you use es6 lib stuff.. ok Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.