Hi there. Thanks always for keeping NGUI healthy and running.
I'm working on a project that is implementing a simple chat system, and I was wondering if there's a simple or built-in way to make text selectable for users to Ctrl+C copy (from their chat logs).
Selecting text works fine with UIInput, but we obviously don't want users to be able to edit their chat history.
Cheers.