Search Unity

Making a game

Discussion in 'Getting Started' started by Aynnn, Oct 18, 2017.

  1. Aynnn

    Aynnn

    Joined:
    Oct 17, 2017
    Posts:
    1
    hi, im new in making games
    what method that use for make our character can run on its own?
    Like Jetpack Joyride Game in Play Store.

    Sorry for the bad english, im using google translate.
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    You make an animation of a character running, and then just play it. Write a bit of script to detect inputs from the player, and use this to change the character position and/or animation.

    I have an article on 2D animation techniques in Unity that might be helpful. I apologize that it is only available in English.

    Please also see this handy Getting Started FAQ.
     
    Ryiah and Schneider21 like this.