Hi everyone,
I wonder if and how it is possible to show some kind of a loading progress while a scene is build. What we have so far is a simple loading text which is displayed before gotoScene(). The trick here was to call gotoScene() inside a timer.performWithDelay().
The problem now is no matter how we’re trying to change the loading text (timer, performWithDelay) it is not updated until the scene is completely created.
So the loading text first shows:
“Loading 0%”
then
"Loading 100% "
but nothing in between. Any suggestions are welcome!