How to change prefab size for any resolution?

Hey evereone!
I have a problem with prefab size in the different screen resolutions. Here is normal veiw which I need in my game:


But if I change the resolution the game looks like this:

I don’t know how to solve this problem. I need to save prefab’s height and width proportions and distance between them. Hope you can help me and thanks a lot for any help!

i would recomend to set the aspect ratio to the prefered ratio like 16:9 /4:3 depends on what platform you’re targeting.


if you build your game around a predefinde resolution like 1024 x 720 pixels it always needs to be this resolution for correct displaying but if you build it around 16:9 you can scale it inside this range and the prefabs will be shown always the right size…