Hi there!
I’m currently watching the unity game dev course and I noticed that I cant zoom out any further when in the game tab. The viewport in the game tab view doesn’t dynamically scale when adjusting view! just wondering if there’s a certain setting that will allow me to view both in the same way that rick does during the lecture. I’m using unity 2021.3.20f1
1 Like
The Game View sees what the Camera sees. If you want to have the camera see what you see in the Scene View, you can select the camera, then go to GameObject -> Align With View
in the menus, or press Ctrl+Shift+F
and it will move the camera to be in the same position as the Scene View ‘camera’. The Game View will then match what you see in the Scene View
1 Like
Thank you for the help!! I’m not quite sure if this was the answer I was looking for, but it solved my problem!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.