How to create a scrollable inputfield using new UI
Hi,
I am trying to create a simple multiline input field with a scrollbar.
I did try what was propose on that old thread : http://answers.unity3d.com/questions/798599/how-to-create-a-scrollable-inputfield.html?sort=votes#answer-form
But I doesn't work. The input field is not working the same way as the Scroll View : instead of enlarging the text area, it delete what is outside of the input text area.
I was wondering how a such basic things could be such hard to do. Did I miss something ?
Thank you for any help
No one seems to know?
I am still facing that problem. Hope it will be fix in further Unity release.
Answer by illa3d · Feb 09, 2017 at 11:51 AM
Posted a hacky solution to InputField with scrollbar here: http://answers.unity3d.com/questions/932607/putting-a-multiline-inputfield-in-a-scroll-rect.html
Your answer
Follow this Question
Related Questions
How do i create a character scroll?? 1 Answer
How to choose a specific item from “ScrollRect” by pressing “button”? 0 Answers
OnpointerClick not working(parents gameObject has EventTrigger) 0 Answers
UGUI: Buttons on scrollview don't always register touches 1 Answer
how can I make InputField Work ? 1 Answer