Game view only showing background

Hi all,
I’m learning Unity and going through one of the 2D tutorials. I’m at this step where we are adding a virtual camera to the game: Camera - Cinemachine - Unity Learn

All of a sudden after adding it, my Game view is only showing the Background - no other objects. The Scene view shows everything correctly. Even if I remove the newly added camera, still only the background shows on the Game view. I’m not sure what I did wrong and how to fix this. Screenshots below of the Scene View and Game View - any help would be greatly appreciated. Thanks!

Nevermind on this - I just realized I needed to drag an object to the “Follow” option. I got mixed up thinking that even before I did that, everything should still show.

Thats good that you fixed it. I was gonna mention that your picture didn’t show the vcam clicked, and that’s really the one you want to be looking at if the view is funny. Vcam coordinates and what its looking at is dictating the view

1 Like

Thank you!