Unity automatically resets my gameview scale back to 1. How do I stop this?
I'm building a mobile app with a portrait aspect ratio, but due to my Unity layout, my gameview window is more landscape. I'm fine with losing some screen space, but I want to view my game completely zoomed out (scale 0.25 ish), but every time I hit play or compile new code, unity resets the scale back to 1.
Mainly, I want to set the game window scale to the minimum value every time. Is there some setting in my preferences or something that I can use for this?
Your answer
Follow this Question
Related Questions
How can I display a scriptable object in a custom editor ? 1 Answer
Vertical Foldout in Editor Window 0 Answers
Editor Int sliders affecting each other 0 Answers
[Linux Editor] Change player to Vulkan before OpenGL will get you stuck in Unity crashing on startup 0 Answers
How to highlight non MonoBehaviour scripts from editor window 0 Answers