Harryk89 Posted May 17, 2018 Share Posted May 17, 2018 HI! which boot loader JSON should I use to boot now? And tell me the difference between JsonLoader, SpineLoader and PIXI.Loader Quote Link to comment Share on other sites More sharing options...
jonforum Posted May 17, 2018 Share Posted May 17, 2018 ??? 9 minutes ago, Harryk89 said: HI! which boot loader should I use to boot now? if you take 2 seconde to ask a question, people will take 2 second to answer you. Quote Link to comment Share on other sites More sharing options...
Harryk89 Posted May 19, 2018 Author Share Posted May 19, 2018 I upload files (red.atlas.txt, red.json, red.png) using PIXI.Loader var spineLoaderOptions = { metadata: { spineAtlasSuffix: '.txt' } }; PIXI.loader .add('character_assets/red.json', spineLoaderOptions) .load(init); but nothing happens, even the error does not give out and does not go into the function init() Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted May 20, 2018 Share Posted May 20, 2018 Whats in the network tab, which requests were made by browser? Quote Link to comment Share on other sites More sharing options...
Harryk89 Posted May 22, 2018 Author Share Posted May 22, 2018 The problem was in the name of the file (red.atlas.txt), renamed to red.txt and everything started. ivan.popelyshev 1 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.