Search Unity

Items not showing in Game mode

Discussion in 'Getting Started' started by GeraldSoileau, Dec 9, 2015.

  1. GeraldSoileau

    GeraldSoileau

    Joined:
    Dec 9, 2015
    Posts:
    1
    Trying to make basic 2d game with Unity.
    I am also following some video lectures but having difficulties adding sprites or anything to the game.

    Everything looks fine on Scene but the Game window is just blue...

    What am I missing
     
  2. tedthebug

    tedthebug

    Joined:
    May 6, 2015
    Posts:
    2,570
    Do you have a camera & if so is it facing your sprites?
     
  3. Adam-Buckner

    Adam-Buckner

    Joined:
    Jun 27, 2007
    Posts:
    5,664
    If you are doing 2D, you might also want to set the editor into "2D mode":
    http://unity3d.com/learn/tutorials/modules/beginner/2d/2d-mode

    This can be done anytime in the editor by clicking the 2D button in the Scene view:
    45678d60aa86b1b6a1a947e116cb0d52.png

    Also, when you start a 2D project, you can set up the entire editor, including its defaults to 2D, by creating a "2D" project:
    4f9bff0e35b234afe03868c0cc378b63.png

    If you have not done any research, you may want to visit the "Learn" section of the website at:
    http://unity3d.com/learn/tutorials

    Here you will find great "getting started" material, including an introduction to the editor from a 2D point of view:
    http://unity3d.com/learn/tutorials/...training-archive/introduction-to-unity-via-2d
     
    Chris-Ramer likes this.