Search Issue Tracker
Duplicate
Votes
0
Found in
4.3.3f1
Issue ID
585953
Regression
Yes
Windows Phone 8 player fails to call System.Type.GetMethod() with Method not found exception
Create a script which makes use of System.Reflection.MethodInfo System.Type.GetMethod(System.String, System.Reflection.BindingFlags)
Player will fail to call this method once it is ran on Windows Phone 8. Following exception will be reported to player log:
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:<No Data>
at Test.Awake()
at Test.UnityFastInvoke_Awake()
(Filename: Line: 92)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment