I have added a few text boxes in my Unity game and they are at the bottom. When I fullscreen the game after building it, the text boxes show up in the right place but if I shrink the tab, the text boxes move and I don't want that. What can I do to fix that? I already have to move the text boxes way down to make sure they show up in fullscreen mode.
I am using Unity 2D.
Steps I took to add text boxes:
I added the textboxes to the Canvas, added the scripts, and change the font color and style. I then just moved them to where I can see them but I realized that in different screen sizes, the text boxes move. I also changed the Display 1 ratio from "Free Aspect" to 16:9 but that didn't help either.







