unity dont draw full text

Hey i am trying to draw the text
You win press space to restart.Bbut all that is drawed is ‘you win press’
If i make the font smaller he will draw everything anyone know how i can fix this ?
I just finished the first tutorial and want to change that game a bit to make my very first game but i still have a lot of trouble so i hope some can help me

kind regards Sylvia

Try setting the horizontal overflow and vertical overflow to ‘Overflow’

Change font size.
Hit return and split the text into multiple lines
Do the overflow as @rob241abc suggested.

Try increasing the width & height of the text.

You could also turn on ‘best fit’ so the text will automatically adjust its size to fit

Best fit will work, but due to the extra cost of best fit, if your text doesn’t change, it’s better to just make it fit properly.

hey thanx a lot
setting the horizontal overflow and vertical overflow to overflow indeed worked.
but could anyone explain the difference between the options
in horizontal you have overflow and wrap
and in vertical you also have overflow and truncate.
again thanx already for the help :smile: i just could not find what i was doing wrong