Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You can:

  • See if using YYC makes any difference
  • If not, use the profiler to establish what takes up most of the time during load

If profiler indicates that it's the actual element creation, you can use room_pack_include_layer to load a specific layer, thus splitting the process into several passes.