Is there a limit to how long a UI text can be?

I made a text object saying “You Win! Press Esc to exit.”
But in-game the text only reads “You Win!”.

You have to change two parameters in your Text component :

  1. Horizontal Overflow : If you want the text to wrap to new line if the text goes outside the box on the horizontal axis
  2. Vertical Overflow : If you want the text not to be truncated if the text goes outside the box on the vertical axis