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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Add comment