UI Button + Text?!?

Hey so whenever I try to add text to my button UI, the text looks all stretched and it completely changes the size of my button which I DONT want, does anyone know how to fix this, any help is much appreciated, please

1 (2) 2

make a widget, call it “button”.
Remove the canvas, add the button. place the text inside the button. expose the text variable so you can control it.

Go back to the UI and drop in the widget you created. change the text via the variable you exposed.

All your buttons now derive from the same widget component you can control - yet are all individualized with different text and can perform different actions.

While this took a minute to explain… doing it will take around 20m or so.

1 Like

Alright, thank you, will try this tomorrow since it is 1AM :slight_smile: