How to play scene?,How to play my scene?

Really dumb question but I have a scene fully setup with a bunch of FBX assets from Maya. Each time I go to play it jumps to the game window which is blank, I know I need everything in the game window to play it but how do I get my scene in there? Nothing I’ve tried so far is working.,I have a scene setup with a few FBX assets from Maya, alg and working but everytime I go to play this it jumps to the game window which is blank. I can’t seem to get my scene to go into the game window or how to link said game to the scene I’ve created? I know this will be something simple but so far everything I’ve tried as none nothing

The game window displays what one or more active cameras see. If you have a scene open in the editor and hit play, you will see what cameras in that scene see, which is usually the rest of that scene.

When your game view shows nothing, check

  • whether you even have a camera (if you hadn’t, it should display something like “no cameras rendering” in the game view).
  • whether the camera has a proper portion of the screen available to draw the scene to (camera component’s “Viewport Rect” property should be X=0 Y=0 W=1 H=1 for regular ol’ full screen).
  • whether your scene is lit. Without any light, be it from a light source or ambient light, you cannot see regular surfaces. Of course, your surfaces might be emitting light on their own, in which case you don’t need to put extra light on them. But that would have been something you’d have to set up as well.

Generally, check your scene view. If you see the objects there and if you have a camera there that has the objects in its field of view, make sure the little light bulb at the top left of the scene view is checked to see how your scene is lit.