So I have a few scenes, where I use spritesheets and other images. From my main menu when i press the button to go to the scene on some devices it takes couple of seconds before transition happens.
Is there a way to know how much the scene is loaded - or some other way to show user some feedback on what is going on… otherwise it kinda seems that when I press the button nothing is happening and app is frozen and it seems that the buttons are not corresponding properly to tap events.
I’ve read on preloading the scenes beforehand and then go to the scene, but that is not desirable from what i understand - it keeps all images in the memory even though I don’t need them…
So yeah… some basic way to show feedback, preloader immediately after tap event…
thanks