My Unity buttons worked fine, but when I added NGUI buttons, it worked fine in Unity testing it but when I deploy it to the Windows Phone 8, on a Nokia 1020 Lumnia, pressing an NGUI button crashes in the dev console window. Using nGui 3.6.0
See Attachment
Exception: Method not found: System.Reflection.MethodInfo
System.Type.GetMethod(System.String, system.Reflection.BindingFlags)
Type: System.MissingMethodException
Module: Assembly-CSharp
InnerException: <No Data>
AdditionalInfo:Invoking UIButton::OnClick method with argument count: 0
at EventDelegate.Cache()
at EventDelegate.Execute()
at EventDelegate.Execute(List'1 list)
at UIButton.OnClick()
at lambda_method(Closure, object, object[], int32)
at WinRTBridge.MethodTools.InvokeMethod(Object instance, Int32 methodIndex, Object[] args)
I've even tried a barebones project and still crashes.