Hello
How to change a char in UIInput string
For example i have a big input area and typing some text. Then i see that i made mistake. I need to change chars in text. I have string "there is somdddddd text with error " i need to change to "there is some text with error "
How can i make this with NGUI UIInput class?
How I can set cursor in the middle of the string?
Thanks