- Home /
2D Camera is zoomed all the way in Play mode


-Platform is set to: Pc, Mac & Linux
Unity version: 2021.1.0f1
How can I fix this?
Answer by Mrpxl · Jun 22, 2021 at 08:11 AM
It is completely normal, Editor camera and Ingame camera are two different things. What you want to do is fiddle with the settings of your "MainCamera". Try changing it's size, or adjust the Transform values so the camera fits what you want it to fit in
Thanks. I cranked up the size and now it matches the editor camera.
Your answer
Follow this Question
Related Questions
How to stop fixed eye in the scene view 0 Answers
Calculating 2D Camera Bounds With Zoom 0 Answers
How to make a camera zoom in on a specific point 1 Answer
Problem on phones(glitch) due to lowering of viewport Rect (W) of ortho cam to 0.8 0 Answers
Zooming and tracking a moving object while a button is held (2D, C#) 1 Answer