You’re right. In an earlier version of the game there was a loading bar. However, it was a complete fake :)
That’s due to a bug in the currently used version of the Unity engine that reports progress of downloaded files as 0% until they are finished. Then it jumps to 100%.
As you can imagine it’s hard to build a correct progress bar on top of that. But we’re working on upgrading the engine and then we can report correct download progress.
|