Search Issue Tracker
Won't Fix
Won't Fix in 2020.3.X
Votes
0
Found in
2020.3.44f1
Issue ID
UUM-27838
Regression
No
Error "Null reference exception" is thrown in the build when Managed Stripping Level is set to Low, Medium or High
How to reproduce:
1. Open the project "IN_29919"
2. Press File -> Build Settings
3. Enable the "Development Build"
4. Press "Build And Run"
Expected result: no errors in the Player
Actual result: "NullReferenceException: Object reference not set to an instance of an object" error thrown
Reproducible with: 2020.3.44f1, 2021.1.0a5
Not reproducible with: 2021.3.18f1, 2022.2.6f1, 2023.1.0b3, 2023.2.0a1
Fixed in: 2021.1.0a6
Reproducible on: Windows 10 Pro
Note: Development build chosen only to see errors better
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
We won't be fixing this for 2020.3. Stripping got improved in for 2021 and the error doesn't exist there.
Workaround: Add the parts that you don't want stripped to the link.xml file.
See https://docs.unity3d.com/Manual/unity-linker.html for how that works.
Resolution Note (2020.3.X):
We won't be fixing this for 2020.3. Stripping got improved in for 2021 and the error doesn't exist there.
Workaround: Add the parts that you don't want stripped to the link.xml file.
See https://docs.unity3d.com/Manual/unity-linker.html for how that works.