I’m looking for some resources about switching video modes and can’t find them. Essentially, I want my game to support various resolutions for maximum compatibility. I want to be able to switch video modes using C#. There are some pains with design for various aspect ratios too. How does Unity handle these issues?
I found the Screen interface. It’s probably want I need.