AdamRyanGameDev Posted March 16, 2018 Share Posted March 16, 2018 I am wondering how to create a title/loading scene, ideally with.... A % downloaded progress bar B that also if possible preloads all assets for all scenes if possible? Any ideas/examples? Link to comment Share on other sites More sharing options...
PixelPicoSean Posted March 16, 2018 Share Posted March 16, 2018 Add a files array to config of your loading scene and add put whatever images you want to use into it. Those files will be loaded before preload method is called, so you can use them to create the scene and subscribe to progress event inside the preload method. Load progress with file payloads example Cudabear, PBMCube and AdamRyanGameDev 1 2 Link to comment Share on other sites More sharing options...
AdamRyanGameDev Posted March 16, 2018 Author Share Posted March 16, 2018 Thanks! ha ha you should mention it plays audio... scared the pants off me! Anyways off to have a look. Link to comment Share on other sites More sharing options...
Recommended Posts