Subway Surfer Random Coin Position

Hello all,

I am a newbie to Unity and I am currently working on a Subway Surfer Clone. I now stuck with coin system that I am completely blank where to start. Any help would be very very appreciated.

You could always start very simple and work your way from there.

Try creating a game object to act as your coin “spawn point”, keep it x yards infront of the player, and have it instantiate coins at its location at a certain interval.

Thank you :slight_smile: that works !!!