How do I set the Camera to automatically scale to the screen? Mobile. (Forgot how)

I used to use Unity quite a bit awhile back, but haven’t touched it in several months. Back when we were developing one of our non-game applications there was a feature in Unity that allowed us to scale everything (UI Elements and Sprites) to match the screen. Unity automatically took care of scaling for us, this may have been for UI elements only on the NEW Unity UI system.

Just wondering if someone could point me to that feature again, it was great and our app looked perfect how we designed it on every device we threw at it. Trying to make a simple game in my spare time and this feature would be great to use.

Check out the three Canvas modes, and the page on designing UI for multiple resolutions.

1 Like