Problem with the scaling of my UI elements for a loading screen

  1. What do you want to achieve? I would like all the UI elements of the loading screen to be in the same position on all devices and platforms!

  2. What is the issue? The elements won’t stay in the same position


  3. What solutions have you tried so far? The Size properties of each element are scaled, I have tried adding constraints with a ui plugin, that just made it worse and for some reason it just won’t stay put!

make sure that background’s size is : (scale xy is 1, 1 and offset is set to 0) to center the logo u should set anchor point to 0.5, 0.5 position to 0.5, 0.5

2 Likes

Ok I’ll try that after tomorrow and let you know

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.