Search Issue Tracker
Won't Fix
Won't Fix in 1.19.X
Votes
0
Found in [Package]
1.19.2
Issue ID
BPSBP-146
Regression
No
Crash on BuildPipeline::WriteSceneSerializedFile when building Addressable content
How to reproduce:
1. Open the attached "1357414.zip" project
2. Go to Window -> Asset Management -> Addressables -> Groups
3. In the Addressables Groups window go to Build -> New Build -> Default Build Script
Expected result: Addressable content successfully built
Actual result: The Editor crashes
Reproducible with: 1.19.0, 1.19.1, 1.19.2 (2020.3.17f1, 2021.1.18f1, 2021.2.0b9, 2022.1.0a6)
Couldn't test with: 1.19.2 (2019.4.30f1) (Compilation errors after downgrade)
First lines of the stacktrace:
0x00007ff799205834 (Unity) BuildPipeline::WriteSceneSerializedFile
0x00007ff7998041c6 (Unity) BuildPipeline::WriteSceneSerializedFile_Internal
0x00007ff79970f6f3 (Unity) ContentBuildInterface_CUSTOM_WriteSceneSerializedFile_Internal_Injected
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:
This will not be fixed
Resolution Note (1.19.X):
GPUInstancer plugin is creating and deleting assets during it's Awake() call during a build which is unsupported and undefined behavior. This is causing objects that should be in the build to disappear in the middle of the build unexpectedly.