charlie_says Posted July 18, 2020 Share Posted July 18, 2020 I'm trying to create a PIXI Rope with animation. I've put my textures into an array, and was trying to set the texture by setting it directly. strip.texture = textures[n]; But, whilst the texture updates, it doesn't work properly - not updating for every value in the array, and only being correct on the first texture. Is it possible to create a Rope with animation? And, if so, how can you do it? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 18, 2020 Share Posted July 18, 2020 Fixed in dev https://github.com/pixijs/pixi.js/issues/6711 build: pixijs.download/dev/pixi.js charlie_says 1 Quote Link to comment Share on other sites More sharing options...
charlie_says Posted July 18, 2020 Author Share Posted July 18, 2020 Apologies for the dunce follow up, can I install the dev branch via NPM? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 18, 2020 Share Posted July 18, 2020 (edited) No Half of pixi infrastracture is good for old vanilla users, half is for webpack-lovers. This one is vanilla Use webpack "provided" in configuration and specify the file. Edited July 18, 2020 by ivan.popelyshev charlie_says 1 Quote Link to comment Share on other sites More sharing options...
charlie_says Posted July 18, 2020 Author Share Posted July 18, 2020 Typically, I couldn't get that working immediately, and I've got limited time on this project until next week. Do you know when it's likely to be released? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 18, 2020 Share Posted July 18, 2020 5.3.1 ? soon. You could take that PR and hack your pixi instance from outside, its possible 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.