Author Topic: Version 3.0.3g won't work with Windows Store App  (Read 3099 times)

blu3wings

  • Guest
Version 3.0.3g won't work with Windows Store App
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Version 3.0.3g won't work with Windows Store App
« Reply #1 on: November 02, 2013, 07:59:47 AM »
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.

Filimindji

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: Version 3.0.3g won't work with Windows Store App
« Reply #2 on: November 03, 2013, 08:01:52 AM »
Please, take a look at : http://www.tasharen.com/forum/index.php?topic=4772.msg30514#msg30514

Work fine for 3.0.3f.

blu3wings

  • Guest
Re: Version 3.0.3g won't work with Windows Store App
« Reply #3 on: November 03, 2013, 06:55:57 PM »
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.

blu3wings

  • Guest
Re: Version 3.0.3g won't work with Windows Store App
« Reply #4 on: November 04, 2013, 08:01:33 AM »
Filimindji, that worked alright. Turns out I need System.Reflection for UNITY_METRO and UNITY_WP8 to pass the compilation.