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 - Zamaroht

Pages: [1]
1
NGUI 3 Support / Re: NonHelpful Error
« on: April 04, 2016, 09:10:00 AM »
Yep, it was a problem in our code, taking the del.Execute() out of the try block showed where it was.
Thanks!

2
NGUI 3 Support / Re: NonHelpful Error
« on: April 01, 2016, 09:36:09 PM »
That entire section is #ifdef'd to not run in Unity editor:
  1. #if !UNITY_EDITOR && !UNITY_FLASH
So I am going to assume you are getting it in your runtime app. If you want to actual line number, remove the safety block (try/catch).

That's right, the game is working correctly in the editor but giving this error when trying in Android. I'll give that a try and report back, thank you!

3
NGUI 3 Support / Re: NonHelpful Error
« on: April 01, 2016, 01:09:16 PM »
Hello, I know this is an old thread, but I'm having the same issue with the last version of NGUI.
The error message is the same, but the EventDelegate's line of error is 641.

What could be causing it?
Thanks

Pages: [1]