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
- Particle System "Start Rotation" property affects a different axis when upgrading to newer Editor versions
- "Light" Component's "Culling Mask" setting is hidden but still has an effect when using HDRP
- Selecting the Web platform can be done when using the HDRP project
- Textures swap when SpriteRenderers with shared materials and animators are toggled on and off
- "EndLayoutGroup: BeginLayoutGroup must be called first" is thrown when selecting the wrong executable for the browser and then the right one
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.