1
NGUI 3 Support / NGUI 3.0.8f7 update issue : currentTouch = null
« on: January 14, 2014, 04:31:27 PM »
I after updating, I found that the placement of some menu elements are a little off - no problem, I can just move them again - and UIButtonColor is now throwing a NullRefException.
I pinned the issue down to line 171 in UIButtoncolor.cs :
I haven't yet gone and looked at how NGUI has changed that I would now be getting this issue, just thought I would post it in case someone knows a quick fix.
Thanks in advance!
I pinned the issue down to line 171 in UIButtoncolor.cs :
- else if (UICamera.currentTouch.current == gameObject && UICamera.currentScheme == UICamera.ControlScheme.Controller)
I haven't yet gone and looked at how NGUI has changed that I would now be getting this issue, just thought I would post it in case someone knows a quick fix.
Thanks in advance!