Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Game slowing down

I have an infinite runner like game...i use instantiate to create obstacles...it is inside a Coroutine so that the object is instantiated after a certain time.... but then after a certain score,,the rate at which the objects are instantiated slows down...does anyone have a solution for this??

Answers

  • Roby65Roby65 Member

    Please poste the spawning code, otherwise we can't understand where the problem is.

  • Didn't you destroy the obstacles after sometime?🤔

  • WarpWarp Administrator

    @TheGoldenEgg007 Is probably right, but we need to see the code.

    Sounds like a prime candidate for you not running Destroy() on them.

Sign In or Register to comment.