Camera preview only shows skybox

The scene in editor and in game displays just fine but the Camera Preview in editor only shows the skybox and no other game objects.

Any idea why the preview isn’t rending anything?

exact same challenge here. changed camera render settings from “use graphics settings” to “legacy deferred” and now it previews like a champ.

same here. changed camera render settings from “use graphics settings” to “legacy deferred” and now it works - must be some type of minor bug in default settings

I had this issue as well, and there was a 2nd camera hidden in the hierarchy I didn’t know existed. I removed it and it solved the problem.

Check out if your camera’s Z position is NOT zero. Set it for example -30. It helped me.

Try checking if your Depth value in the camera is set to > 0

If you are trying to see in camera preview objects which are part of the Canvas then verify that Canvas Render Mode is not set to Screen Space - Overlay, instead it should be in Screen Space - Camera or in World Space mode and select the desired camera as it’s Render- or Event- Camera.,If your objects are part of the Canvas and your are trying to see them in camera preview, then verify if canvas is not in Screen Space - Overlay mode. It should be either in Screen Space - Camera or in World Space mode.