Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Deleted 2 years ago

Hi Loki! I don't think it's an issue for me. Do any of your async calls, by any chance, happen in the Update script, or are triggered by it in some way?

Deleted 2 years ago

That's the thing! Remove them from the update method, because it's called every frame, that's why you're getting so many calls.

Call them once in the Start method, and you should be fine.