playMaker

Author Topic: Word Wrap Input Field [SOLVED]  (Read 2997 times)

gregacuna

  • Full Member
  • ***
  • Posts: 142
Word Wrap Input Field [SOLVED]
« on: May 30, 2017, 05:41:00 AM »
I have a large box for an input field, but as text is entered it scrolls to the left instead of wrapping where it can all be visible. I seen in the Unity Manual (https://docs.unity3d.com/ScriptReference/UI.InputField.LineType.html) I need:

MultiLineSubmit   Is a multiline InputField with vertical scrolling and overflow. Pressing the return key will submit.

Is there a way to do this with Playmaker?

Thanks!
« Last Edit: May 30, 2017, 08:37:51 AM by gregacuna »

gregacuna

  • Full Member
  • ***
  • Posts: 142
Re: Word Wrap Input Field
« Reply #1 on: May 30, 2017, 08:36:47 AM »
Rather silly of me. I didn't scroll down far enough on the InputField settings. There is an option for Multi Line Submit.

Hopefully no one else makes such a daft mistake...but if they do there's the answer.

Thanks All!