Skip to main content

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

Oh, that lag spike. That happens on my side too!

If you made the game in Unity3D, it can happen when you use a lot of "GetComponent()"s or "Find()"s in the same frame. Happened to me before. :P

Probably is that, I use a pool objects to spawn most of the objects within the game. I think there are too much objects going to check my code :D