Search Issue Tracker
By Design
Votes
1
Found in
2020.1
2020.1.0f1
2020.2
Issue ID
1281551
Regression
No
Asmdef in Package is not built when using IL2CPP mode
Reproduction steps:
1. Open attached user project
2. Build using IL2CPP mode
Expected result: The cube spins and bounces
Actual result: The cube spins, the bouncing script breaks
Reproducible with: 2020.1.8f1, 2020.2.0b6
Could not test with: 2018.4 - 2019.4 (Assembly references are missing)
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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Resolution Note:
The managed code stripping system is removing the managed code that is used only via reflection in this project, which is the expected behavior.