Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

In my projects, the 3 things that were causing similar issues:

  • using load() instead of a const preload()
  • particles being fired for the first time
  • lighting getting turned on for the first time

So creating a script up front that does that when the game is run helped. Good luck!