The Unity Documentation for “Input Field” says:
"The Input Field script can be added to any existing Text control object from the menu (Component > UI > Input Field). Having done this, you should also drag the object to the Input Field’s Text property to enable editing.
The Text property of the Text control itself will change as the user types and the value can be retrieved from a script after editing. "
I created a Text UI Object, created an Input Field UI Object, and am attempting to drag the Input Field object into the Text field of the Text object, but it does not let me do that. Anyone know what went wrong?