Skip to content
InvexGames edited this page Jan 12, 2015 · 2 revisions

Description and Uses

See Input Field in the Unity manual The InputFieldConfig component behaves accordingly to the InputField's 'Line Type' setting.

A Text Input Field in action


Options

Styling the Text Input To set the colors and details for the Text Input, change the colors for the Line object, Placeholder object, and InputFieldConfig component on the InputField object.

Resizing the Checkbox:

If you want to resize the checkbox, simply edit the RectTransform's width and height values of the 'Toggle' (default name) control. You can also use the drag handles in the Scene View. Then, the Checkbox Text font size can be changed separately.

Clone this wiki locally