Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - e295166319

Pages: [1]
1
NGUI 3 Support / Re: NGUI bug
« on: July 11, 2016, 05:20:27 AM »
Did you unload a scene that had NGUI UI without moving the NGUI's game objects over to a new scene?

I am not sure, this error is random, and there is no other possible?

2
NGUI 3 Support / NGUI bug
« on: July 10, 2016, 08:44:42 PM »
Why this problem occurs? :-\

NullReferenceException
Object reference not set to an instance of an object
UIDrawCall.set_isDirty (Boolean value)
UnityEngine.Transform.TransformPoint (Vector3 position)
UIPanel.UpdateDrawCalls ()
UIPanel.LateUpdate ()

06-25 07:10:12.388 17810 17848 I Unity : NullReferenceException: Object reference not set to an instance of an object

06-25 07:10:12.388 17810 17848 I Unity : at UIDrawCall.set_isDirty (Boolean value) [0x00000] in <filename unknown>:0

06-25 07:10:12.388 17810 17848 I Unity : at UnityEngine.Transform.TransformPoint (Vector3 position) [0x00000] in <filename unknown>:0

06-25 07:10:12.388 17810 17848 I Unity : at UIPanel.UpdateDrawCalls () [0x00000] in <filename unknown>:0

06-25 07:10:12.388 17810 17848 I Unity : at UIPanel.LateUpdate () [0x00000] in <filename unknown>:0


How to solve this problem? Thanks!~

Pages: [1]