Search Unity

Getting started problems

Discussion in 'Editor & General Support' started by paala, Mar 24, 2014.

  1. paala

    paala

    Joined:
    Mar 24, 2014
    Posts:
    20
    Hello,

    I've just started using unity.
    I used to code things in flash(flixel), haxe(haxeflixel), html5(construct 2).
    I want to start with 2d tools first.
    I found this great game made by unity team:
    http://unity3d.com/learn/tutorials/modules/beginner/2d/2d-overview
    But it seams that the video is just a presentation of features.
    I want to know exactly how I can create this game from scratch.
    Now I can't understand how to make a simple player from sprite sheet and if i press right to go right and if i press left to go left.
    is there a good tutorial to help me getting started? if is not video is better.


    Thanks
     
  2. TomMakesGames

    TomMakesGames

    Joined:
    Apr 21, 2013
    Posts:
    37
    It's not just a presentation of features, it tells you how they made the game.

    So watch it, and you'll find out how to make the game from scratch.

    There are plenty of tutorials on 2D movement about. Search on youtube. Also, look at the code in that sample project.

    If you watch the video on the sprite sheet editor then it'll tell you how to get individual sprites from a sheet.

    Watch the rest of the videos in that sprite series, and then go look at Unity's own tutorial videos on their website.