Hi there. I'm running into an issue with LateUpdate() getting expensive on iPhone4. I found
this thread saying to animate panels instead of widgets when possible to improve on this. However the hover/press animation is built into UIButton, and I'm not sure if there's a way to disable the animations without disabling the button so I can setup something to animate the panel instead.
I'm using NGUI 3.0.5, with current plans to update shortly after shipping.