Coded Illusions Note: Only works with Unity 4x
Native iOS text box is a native iOS plugin that can draw text boxes. The text in these boxes can be manipulated (selection, copy and paste, definition) in the text box itself, unlike the default unity text boxes, where the text can only be manipulated inside the input bar that is visible on top of the virtual keyboard.
Features:
- Native iOS text boxes (in-textbox text manipulation)
- Multi-line text boxes that adjust their height automatically
- Multi-line text boxes with a fixed height (becomes scrollable when the content is higher than the frame)
- Single line text boxes
- Configurable background style, font (all supported iOS fonts), text color, keyboard type (all supported iOS keyboard types)
Limitations:
- The text boxes are drawn on top of everything. (No depth setting is available.)