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
- The Prefab overrides comparison mode Window opens in the wrong place when the Inspector is resized to a smaller width
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
Add comment