Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Feedback 2d character movement javascript (help im bad)

Discussion in '2D' started by TurtleCoding, Apr 9, 2020.

  1. TurtleCoding

    TurtleCoding

    Joined:
    Apr 9, 2020
    Posts:
    2
    So I just started using Unity and got Visual Studio code. I coded a robot using JavaScript so I know some stuff but game development is quite different.

    I already have the character colliders and everything and that works. So can someone point me in the right direction to make my 2d character move? I use JavaScript as stated above.
     
  2. Chris-Trueman

    Chris-Trueman

    Joined:
    Oct 10, 2014
    Posts:
    1,256
    JavaScript is depreciated C# is the standard now. There are tons of video tutorials out there to do exactly what you want take a look on youtube.
     
  3. TurtleCoding

    TurtleCoding

    Joined:
    Apr 9, 2020
    Posts:
    2
    Screenshot (1).png
    Thank you! For the help!