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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment