Skip to content

Loading assets

samme edited this page Feb 25, 2021 · 23 revisions

Strategy

  • Load assets before using them
  • Load common assets in a "boot" scene, and per-scene assets in the scene's preload() method
  • Use a scene payload to load small assets before preload()
  • For special cases, run the scene loader on demand and use assets from the load callbacks
Clone this wiki locally