Search Unity

Subway Surfer Random Coin Position

Discussion in 'Community Learning & Teaching' started by cheasan, Jul 22, 2015.

  1. cheasan

    cheasan

    Joined:
    May 6, 2015
    Posts:
    2
    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.
     
  2. Swisscheese

    Swisscheese

    Joined:
    Sep 11, 2014
    Posts:
    10
    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.
     
  3. cheasan

    cheasan

    Joined:
    May 6, 2015
    Posts:
    2
    Thank you :) that works !!!