finalhope Posted November 12, 2018 Share Posted November 12, 2018 Hello everyone! I'm loading zip archive with any different resources: PIXI.loader.add( "images", "images.zip" ); Now how me can to open this zip archive to use my resources with pixi.js? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted November 12, 2018 Share Posted November 12, 2018 Find how to unzip with javascript, then make a loader extension for it, like here: https://github.com/pixijs/pixi.js/tree/dev/src/loaders Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted November 12, 2018 Share Posted November 12, 2018 http://www.html5gamedevs.com/topic/33036-load-asset-packages/ Quote Link to comment Share on other sites More sharing options...
tywang2006 Posted November 22, 2018 Share Posted November 22, 2018 PIXIJS is render engine, it is nothing to do with file management. 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.