Author Topic: EventDelegate error when build - Unity3d 5.3.2f1  (Read 2353 times)

DarkMaster

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
EventDelegate error when build - Unity3d 5.3.2f1
« on: March 09, 2016, 06:34:14 AM »
When i try build my game on ios i get this error: Assets/Packages/NGUI/Scripts/Internal/EventDelegate.cs(636,53): error CS1061: Type `EventDelegate' does not contain a definition for `ShowMediator' and no extension method `ShowMediator' of type `EventDelegate' could be found (are you missing a using directive or an assembly reference?). What i do wrong ?

P.S. i'm use NGUI 3.9.7

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: EventDelegate error when build - Unity3d 5.3.2f1
« Reply #1 on: March 12, 2016, 07:51:38 AM »
Sounds like you have your own class called EventDelegate. There is no such thing as "ShowMediator" in NGUI.