Search Unity

Player

Discussion in '2D' started by K1lap, Aug 18, 2019.

  1. K1lap

    K1lap

    Joined:
    Aug 18, 2019
    Posts:
    1
    Okay so i am literally very new to unity and i cant seem to know how to make a 2D player in the Hierarchy if someone can help me please answer!
     
  2. Ledesma099

    Ledesma099

    Joined:
    May 15, 2018
    Posts:
    26
    For make a player is easy. First create an empty object in the hierarchy and call it Player. Then drag the sprite to the Player and done. This is the first step, so if you are new in unity, I recommended that you see some tutorials that you can find in Unity or YouTube
     
  3. Green11001

    Green11001

    Joined:
    Apr 14, 2018
    Posts:
    397
    What do you mean by 2d player? A movement script? A gameobject (as stated above)? Did you accidently make a 3d game instead of a 2d game?
     
  4. MisterSkitz

    MisterSkitz

    Joined:
    Sep 2, 2015
    Posts:
    833
    You can drag your player's image into the scene view; it should appear in the hierarchy tab automatically. Everything in the scene should be in the hierarchy, except un-instantiated prefabs. However, upon instantiation, these prefabs will appear in the hierarchy.