Unity default screen

Hello guys, I am new here and i have some problems… I want to learn from first tutorial from here: Unity Learn.
But… until this I started to play with some settings and I can say my interface look kind of weird… how can I make to look like in first video from first tutorial. By the way if i reinstall Unity it doesn’t work or if I create a new project
My screen is:

Simply drag the tab that says “Project” onto the bottom of the “Hierarchy” window. It should snap to the bottom and then BOOM! You got a new interface. You could do this for pretty much any window in the editor which allows lots of customizability for your UI. I If you want I could make a short vid demonstrating such a complex action.

You could learn how to use the interface too: Learn game development w/ Unity | Courses & tutorials in game design, VR, AR, & Real-time 3D | Unity Learn

2 Likes

The very first tutorial on this page covers the Unity interface essentials, including moving windows around and resizing elements.

I use a layout very similar to the default for my normal work. The biggest differences are changing the Project view to one-column layout and making sure the Console is always visible, since I use it frequently. I also throw extra windows I use semi-frequently in the same tab group as other windows so I can easily switch to them when needed.


Make sure when you get things the way you like it you save it (Window->Layout->Save Layout…) so you can use it on future projects or change back if you mess with it for any reason.

PS - Welcome to the forums!

2 Likes

Thanks for answer I will read, and thanks Schneider21