Search Unity

2D game object missing

Discussion in '2D' started by Gamerpro24hour1, Apr 9, 2021.

  1. Gamerpro24hour1

    Gamerpro24hour1

    Joined:
    Apr 9, 2021
    Posts:
    2
    hello, first I am very new to unity and I have been walking through the tutorials and game mods, but I have encountered a problem.

    In my project, under: the Game object tab I don't have 2D objects? 3D objects and everything else is there, but no 2D object tab...

    did they do away 2D tab there? if so where would I find it? I have the latest version installed, did I need to install another pack?

    thank you in advance and have a great day!
     
    Akhil9514 and kw1920 like this.
  2. ed_s

    ed_s

    Unity Technologies

    Joined:
    Apr 17, 2015
    Posts:
    165
    The 2D tab should be there if you started a new project using the 2D Template. If you didn't, that's fine. You'll just need to add the 2D Packages you'll want in the Package Manager.

    Window -> Package Manager

    You'll want 2D Sprite for sure...then maybe 2D Tilemap Editor, 2D SpriteShape, 2D Animation, and 2D PSD Importer depending on what you want to make.
     
    Akhil9514, GRYS7, aloften and 7 others like this.
  3. Gamerpro24hour1

    Gamerpro24hour1

    Joined:
    Apr 9, 2021
    Posts:
    2
    Thank you! I will try this tomorrow to see if the packs were just missing, this was my first project so the 2D packs should have been installed already but I will install them tomorrow.

    Thank you! Have a great day.