My project has 4 layouts:
[1: Choose language]
[2: Choose character]
[3: Game]
[4: End screen]
I've read the loading documentation, which says: "The rest of the project loads while showing the loader layout."
Am I right that everything should be loaded before the first layout is shown if "Use loader layout" is set to "No"?
Now, when I choose the character in layout 2, everything freezes (animations stop) for a few sec, then layout 3 is shown. I only get a loader at the start of the project but it seems to be loading the first layout only.
Or I don't get the loading concept or somethings wrong.