Lazy loading of scenes

Something pretty useful would be to allow flagging some scenes as external. It would then export the scene layout data and code into a separate file that can be loaded using an action.
This could allow for:

  • DLC: If scenes can be decoupled from the game, it would be easy to download a few more scenes and have the game load them in

  • Bigger games: On bigger games, this would allow not loading all scenes for better initial loading times

  • Web games: This would allow the game to load quicker on low speed internet connections by not loading everything at once

9 Likes