Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: DarkMaster on March 09, 2016, 06:34:14 AM

Title: EventDelegate error when build - Unity3d 5.3.2f1
Post by: DarkMaster 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
Title: Re: EventDelegate error when build - Unity3d 5.3.2f1
Post by: ArenMook 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.