I want to use a background image sized 1920 x 1080 which gives an aspect ratio of 16:9.
I figured that the pixels per unit for the image would be 1920 / 16 = 120 pixels per unit, right?
Then, I’m a little confused when it comes to calculate the size of the camera, I suppose the calculation should be 16 / 16 * 9 = 9, so the camera size should be 4.5, but when setting that the camera is too big now.
I guess I did something wrong, playing with the value of the size a little bit, a size of 3 works almost perfectly but the camera is still some pixels bigger than the image.