Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

help to try to make this movements in my game

Discussion in '2D' started by darkymdq, Mar 8, 2015.

  1. darkymdq

    darkymdq

    Joined:
    Jun 4, 2014
    Posts:
    9
    i try tyo make a game like this



    i have terrible trouble with the jump and the atack

    anyone can help me ? or guide me !??
     
  2. robinlinh

    robinlinh

    Joined:
    Mar 7, 2015
    Posts:
    4
    jumping is fairly easy if you already know about the animation and animation controller. You can watch http://unity3d.com/learn/tutorials/modules/beginner/2d/2d-controllers, in this he teaches how to do the running, jumping and even falling.
    About the attack, melee attack is a bit complicated but for the shuriken attack you can do it by a simple "Instantiate" code. If you don't know about this code then you can ask me again.
    I'm also new at this so I won't be able to help much, but I still know some stuffs that I think it can help
     
  3. darkymdq

    darkymdq

    Joined:
    Jun 4, 2014
    Posts:
    9
    i allready view the 2d Controller tutorial, that is not what i want ... :S
     
  4. superstyle

    superstyle

    Joined:
    Mar 5, 2015
    Posts:
    14
    You can use sample assets to see how. There is robot character that has perfect jumping controls so you can use it's script with minor editing or you can see how it's done and try to make it yourself :)
     
    theANMATOR2b likes this.