Search Issue Tracker
By Design
Votes
0
Found in
2018.4.0f1
2019.1.0a1
2019.1.3f1
2019.2.0a1
2019.3.0a1
Issue ID
1157129
Regression
No
[IL2CPP] Build fails when processing a .dll plugin
How to reproduce:
1. Open the attached project ("case_1157129-IL2CPP_WebGL_compile_bug_report.zip")
2. Try making a build with IL2CPP
Expected results: the build builds successfully
Actual results: The build fails with "il2cpp.exe did not run properly!" exception
Reproducible with: 2018.4.3f1, 2019.1.8f1, 2019.2.0b7, 2019.3.0a7
Couldn't test with 2017.4 as it does not support IL2CPP backend for standalone
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Resolution Note:
It looks like an assembly in this project has invalid IL code. IL2CPP cannot convert assemblies with invalid IL code.