I have a issue with positioning UI button

  1. What do you want to achieve? I want to position the button correctly for mobile.

  2. What is the issue? On PC it looks like this:

And on mobile:

  1. What solutions have you tried so far? I used the AutoScale Plugin but it did not work.

Hi, I am trying to position the button so it will be at the same position the one on pc is.
I have tried many solutions but they did not work.

do you want it in the center of the bottom left frame? if so:

anchorpoint = (0.5,0.5)
potision = {(0.5,0),(0.5,0)}

1 Like

Nvm it worked, thank you for helping

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