I'm hitting a problem that is driving me crazy.
I have a chat system, and I use UIInput to capture text and then send it.
Crazily enough, after the 6th message is sent, the Event Receiver on the UIInput gets set to null, and I can't find a reason why this is happening.
Is NGUI doing any type of cleanup or destroying something that would cause this to happen?
Thanks,
- Ricardo