2D game object missing

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!

2 Likes

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.

10 Likes

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.