Needing help with ui

  1. What do you want to achieve?
    I have made an admin command bar for my game. My Moderators complained that the admin bar is not centered.
  2. What is the issue?
    Basically when the monitor is smaller than mine like a laptop the cmdbar would just go somewhere else but centered.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried the offset but that just does this and scale just makes it bigger for different monitor sizes. I want it to be the same size and at the same position.

This is how it should be

And this is how it looks on other monitors…

Thanks to anyone who helps me out!

anchor point = 0.5,0.5
position = 0.5,0,0.5,0
change the position until it looks what you want

1 Like

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