TMPro_InputField moves from where it is initially setup? Is there a way to force it to stay?

Issue shown in video. Basically, my text mesh pro input field is moving from where it starts after I type something. How can I force the text to stay in place relative to its starting position? I’ve tried anchoring the position and justifying the editing text object left, right, and center but nothing seemed to work.

Any ideas?

Edit: will try this weekend, shaded. I am working on a gamejam game at the moment and want to wrap up that.

1 Like

Are you able to change your anchor preset from stretch to right, and the change your pivot from 0.5, 0.5 centre to 1, 0.5 as well

1 Like

Experimenting with the anchor was the solution. Thanks for the tip. :slight_smile:

1 Like