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
- SearchExpression strips quotes
- dSYM file is not created during macOS standalone build
- Project Settings panels disappear and do not repaint when entering Play Mode without reloading Domain
- Screen Space Decals ignore Rendering Layer Mask when using OpenGL Graphics API
- Crash on scripting_method_invoke when the Player is build before entering the Play mode in the Editor
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.