Author Topic: EventDelegate Error  (Read 3019 times)

dyego_s

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 5
    • View Profile
EventDelegate Error
« on: August 27, 2014, 12:16:47 PM »
I'm getting the error in the image I've attached every time I touch a UIButton that call a function OnClick Event. I don't know why.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: EventDelegate Error
« Reply #1 on: August 28, 2014, 08:31:41 PM »
Check the code that runs when you click on that button. You're getting an out of range exception. You can comment out the try/catch part around those lines and NGUI won't catch the exception anymore, so you will be able to jump directly to the offending line.

P.S. In the up to date version of NGUI it should already be like that. That entire section is inside a "if not in Unity editor" block. You should update.