I need help bc the cube which I am trying to add isnt shown to the scene tab
In the Hierarchy, select the cube then check the Transform values in the Inspector. Select each of the axis x, y, and z and enter the value 0 for each. Does the cube show up then? If not select your camera and do the same for the transform values except for the z axis which you should change to -10. Do you see your cube?
1 Like
You can also double-click the cube in the Hierarchy. This will center it in the Scene view.
3 Likes
What they said. Most of the time its just a case of the camera not looking in the right direction, or not being in the right range. Some other things to check if thats not it.
- The object is enabled
- There is a renderer on the object
- The layer the object is on is one rendered by the camera
- The object is within the clipping planes of the camera
1 Like