Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: gregacuna on May 30, 2017, 05:41:00 AM

Title: Word Wrap Input Field [SOLVED]
Post by: gregacuna 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!
Title: Re: Word Wrap Input Field
Post by: gregacuna 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!