Inputfield Text reverts to horizontal overflow

Hello,
I want input text to wrap. When I set the “Horizontal Overflow” to “Wrap” and save the project, it reverts to “Overflow”. Is it a default for some reason?

2 Likes

hello, Unity has single line as default for input

to change it open the inspector for the Input Field
set Content Type to Standard or another type that supports the Line Type option
set Line Type to Multi Line (Submit or Newline)

11 Likes