Help please

Hello folks, needless to say, I am new to Unity.
After the installation, the GUI showing the island project worked fine, showing all the elements in the scene window.
But since yesterday, whichever project I load, it shows a scene window with containing only the main camera (see attached picture).
At first, I thought I somewhat ruined the project, so I reinstalled it, having the same problem.
Then I erased the Unity application, reinstalling it but every time I load any project, I have the same problem.
How do I visualize all the elements in the scene as it was when I fresh installed everything? I am sure it’s my fault, but I didn’t find any way to turn the full scene visualization on. In fact, if I try to build the project, it works just fine.

Thanks a lot for the answer, and a cheer to the Unity developers, it’s just a masterpiece.

Ok, this is pretty noob, but we all have to start somewhere with Unity :wink:

You have to open the scene file for the Island Demo (or whatever scene you’re working on). A Unity Project can contain a number of scenes. When you open a Unity Project the last scene you were working on usually loads by default, but sometimes this isn’t the case. Anyway, just double click on the “Islands” scene in that Project to load it up.

The reason the Build still works is because your Build Settings reference the “Islands” scene as the first level in the Build.

HTH,
Ethan

Thanks!