Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2020.3.X, 2021.1.X
Votes
0
Found in
2019.4
2019.4.15f1
2020.2
2020.3
2021.1
2021.2
Issue ID
1338334
Regression
No
Error appears in the Console when triggering a build from the compilationFinished callback
How to reproduce:
1. Open the user's attached project
2. In the top bar menu select Support > Build Dev Player
3. Wait for the build to finish
4. Observe the Console
Expected result: No visible errors present
Actual result: KeyNotFoundException or NullReferenceException (see notes) appears in the Console
Reproducible with: 2019.4.0f1, 2019.4.27f1, 2020.2.7f1, 2020.3.9f1, 2021.1.8f1, 2021.2.0a18
Cannot test with: 2018.4.35f1 (due to errors with CompilationPipeline)
Notes:
- Up until 2021.1.0a6 KeyNotFoundException appears in the Console
- In 2021.1.0a6 and above the NullReferenceException appears in the Console
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
- Missing Render Feature "Full Screen Pass Render Feature" in any “Universal Renderer Data” asset when upgrading from 2022.3
- Inconsistent ParticleSystemVertexStream.PercentageAlongTrail data range in Trail Texture Modes except "Stretch"
- The Graph Debug Window can be right clicked through and the Node Workspace is manipulated instead
- [Linux] Top left corner of the screen is unresponsive when the Editor recompiles
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
Resolution Note (fix version 2021.2):
Building from a callback is unsupported. Won't fix.
Fix includes documentation changes: https://docs.unity3d.com/2021.2/Documentation/ScriptReference/Compilation.CompilationPipeline-compilationFinished.html
Resolution Note (fix version 2021.1):
Fix includes documentation changes in https://docs.unity3d.com/2021.1/Documentation/ScriptReference/Compilation.CompilationPipeline-compilationFinished.html
Resolution Note (fix version 2020.3):
Fix includes documentation changes in https://docs.unity3d.com/2020.3/Documentation/ScriptReference/Compilation.CompilationPipeline-compilationFinished.html