Hacker News new | ask | show | jobs
by timb 6043 days ago
The engine should load assets in the background. For example, in the mario game, when I descend into a pipe, it pauses while it loads the level. Likewise, the Crystal Galaxy game should load assets while I am on the menu screen, rather than waiting for me to press Start.
1 comments

That is a great suggestion! We actually have an option available to the game developer to opt to preload each level - Essentially, they can choose to preload everything at once. There are some performance implications to this tho. In any case, we'll definitely look at an asset streaming option. Thanks for the input!