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
- Pickers and ‘+'/’-' buttons are not visible on the right side of parameter fields when the width of the "Project Settings... -> Quality" window is small
- "AssertionException: Assertion failure. Value was False" error is thrown when unmaximizing a docked UI Builder Window
- INVALID_ENUM warning is thrown in WebGL Player when building an empty scene
- Crash on ApiGLES::ClearBufferSubData when running the Player a second time on Meta Quest 2
- "Process VFXCamera Command" column is displayed in the "Render Graph Viewer" when there are no VFX in the Scene
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.