Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.1.X, 2017.2.X
Votes
0
Found in
2017.1.0f3
Issue ID
947807
Regression
No
[IL2CPP] Assembly.GetModule(string) returns null
Reproduction steps:
1. Open the attached project.
2. Play the 'Test' scene.
3. Check the Console.
- modules=[Test.dll] (Assembly.GetModule)
- module=Test.dll (Assembly.GetModule("Test"))
4. Go to iOS player settings.
5. Change Target SDK from Simulator SDK to Device SDK.
6. Build and run for iOS device.
7. Check the Xcode console.
- modules=[Test.dll]
- module=
Reproduced with:
IL2CPP (Tested with iOS)
2017.1.0b1, 2017.3.0a7
Not reproducible with:
Mono (Tested with macOS)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
Add comment