Hello, I’m trying to figure out how to set up my Camera and Scene so that the same view is visible in multiple resolutions. My game is only targeted for PC. My sprites Pixels to Units is 32. The Camera never moves and the player can wrap around the left and right of the screen. I have a few GameObjects and Colliders set up around the Camera for various gameplay related functions. Now, the effect I want to achieve is to scale the same static view for various resolutions without cutting off or extending the “play area”. I don’t mind having to use black borders/bars. The height of the play area is the most important… and also the placement of all the colliders and spawners needs to remain the same in relation to the scale of the “play area”. I’ve done some research on Google about this topic and I just cant figure out what I need to do. I’m still not so sure I understand Aspect Ratio and how it relates to resolutions and all that. I know this is pretty basic stuff, I’ve just never found a really in depth explanation of it all that applies to Unity and the Camera component. If anyone could point me in the right direction it would be awesome. Any help is greatly appreciated.
I believe I’ve found a solution.
what was it?