Hello,
I’m trying to find a way to project a low resolution window in full screen without distortion. The resolution size is 420 x 240. I see it’s not as simple as saying Screen.SetResolution(420,240,true); This distorts the image. I have code set up to do letter boxing based on the ratio of the screen the game plays on in comparison to the aspect ratio of this resolution , but it doesn’t stop the image from distorting past the letterboxing…it simply gets drawn under it unfortunately. I do not expect the image to take up the whole screen obviously. Just want this resolution to size up as much as it can without distortion. Can anyone lead me in the right direction as to how I go about this?