Latent Actions
As stated above, in case your game logic requires latent actions (e.g. delays) to be performed during the loading process, you can communicate to the system to keep the loading screen going while your tasks are being executed.
Example: generation of procedural levels, additional level streaming, database communication, etc. There’s a whole example map dedicated to this topic.
Last updated
Was this helpful?