- Home /
Question by
the_genius · Feb 13, 2017 at 12:42 PM ·
uiinputfieldundo
UI InputField Undo Redo
Hello,
I am trying to add undo/redo functionality to the Unity UI InputField. I was wondering if there is an easy built-in way to do this which is better than waiting for the value to change and storing a copy of the entire contents for before and after the change.
Thank you.
Comment