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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.