Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: blu3wings on November 02, 2013, 01:02:07 AM
-
Hi,
After trying to apply the solution posted by some of the users, I still can't get Unity to compile to Windows Store App. I'm getting the error message stating System.Delegate does not contain the method called 'Method' or 'GetMethodInfo'. Those solution or patch only worked for WP8. Please help.
-
I don't have Windows 8 so I can't build for that platform, and I can't figure out a solution. All I know is that Win8's NET is different from every other platform, and Method property is missing. What is in this place? I don't know, and only someone with Win8 can figure it out, which I imagine would take less than 2 minutes. If you figure it out and submit the code that works for you on both Win8 and WP8, I'll integrate your changes into the main repository.
-
Please, take a look at : http://www.tasharen.com/forum/index.php?topic=4772.msg30514#msg30514
Work fine for 3.0.3f.
-
Thanks buddy. I'll have a look at that when I get back later in the day. I don't have 3.0.3f but I hope this work for the 3.0.3g.
-
Filimindji, that worked alright. Turns out I need System.Reflection for UNITY_METRO and UNITY_WP8 to pass the compilation.