Search Unity

Help the cube which I am adding isn't being shown in the scene

Discussion in 'Getting Started' started by Eraldd, Jan 22, 2017.

  1. Eraldd

    Eraldd

    Joined:
    Jan 22, 2017
    Posts:
    1
    I need help bc the cube which I am trying to add isnt shown to the scene tab
     
  2. Amon

    Amon

    Joined:
    Oct 18, 2009
    Posts:
    1,384
    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?
     
    Ryiah likes this.
  3. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    You can also double-click the cube in the Hierarchy. This will center it in the Scene view.
     
    Kiwasi, Amon and Ryiah like this.
  4. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    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
     
    Ryiah likes this.