I can't see my cube or camera

I started using unity and at first I could see the camera pic and when I made a cube and pressed "f" it would focus, but now I can't see the camera or focus on cube ???

3 Answers

3

While I think "The Stone" probably gave you the MOST general, sarcastic answer, I have a better practical solution because I've encountered the same issue.

The dropdown menu "Layers" in the upper right is a simple menu to turn layer visibility on and off. The "Default" layer is the first one on the list and you may have accidentally unchecked that layer. When you create GameObjects they will automatically go into the "default" layer unless you change that attribute in your inspector tab.

Hopefully this fixes your issue, good luck!

Thank you Crow Pickle! I have been trying to see my project (have made some in the past with no problems) and this time nothing! I changed it and wa-la. Thanks again!

I had the same problem and after a long search I found that clicking the Game tab and then again the Scene tab revealed my cube. However, when I moved the object it immediately disappeared again. I thought it was an instability of the old version of Unity that I used. Then I found your solution and BINGO it solved everything. Now I can see my camera, directional light, all my GameObjects etc. Everything works nice and stable now. Thank you anon92307174.

you have adjust the camera position near to cube.

my option is make the position of cube and camera to (0,0,0) in inspector and the try to focus the camera to cube by changing x,y,z direction in scene.

or try to adjust the camera position as the cube position.

Tip: there are manuals for Unity

Take a look here ---> http://unity3d.com/support/documentation/

It's always good to start with perhaps completing a tutorial or reading the "how to use the 'application name here' interface" page when you are learning a new application.