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!
Thanks!
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.
That entire section is #ifdef'd to not run in Unity editor: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).
#if !UNITY_EDITOR && !UNITY_FLASH