I want to load 6 atlases and to show user progress bar to know that assets are loading. My current approach is: In SplashScreenScene I have callback for every frame
function I load only one and update progress bar, so basically on six passes I will load six atlases. Is this right approach by Gideros ( because I am new ) or there is a better way to achieve this ( load assets and show progress on screen ) ?
There is a better way. In the latest version there is a new fake threads feature that will let you load those in the background whilst not locking the app. Can somebody give @Kaligula an example please? I haven't installed the latest version yet.
Comments
Likes: antix
Likes: antix