Search Issue Tracker
Fixed
Fixed in 2021.3.17f1, 2022.2.2f1, 2023.1.0a23
Votes
1
Found in
2021.3.15f1
2022.2.0b16
2023.1.0a14
Issue ID
UUM-19976
Regression
Yes
Crash during build process (ShaderKeywordFilter.SettingsNode.GatherFilterData)
1. Every time we attempt to build our project after upgrading from 2022.2.0b9 to 2022.2.0b15, the build process crashes 100% after the first log call to "Compiling shader ...", with a stack overflow resulting from a ShaderKeywordFilter.
2. Unfortunately I have been unable to reproduce the crash in a standalone/smaller project, such as the URP template, these seem to build fine, so it is something about our project specifically. Unfortunately the project is 30Gb+, with external custom package dependencies, so not an easy thing to supply for external testing.
To reproduce:
1. Create a new URP project using the sample scene
2. Add the attached LensFlareRendererFeature.cs to the Assets folder.
3. Select the "UniversalRenderer" asset under "Settings" folder.
4. Add a new renderer feature "Lens Flare Renderer Feature".
5. In the "Asset" of the field select "Universal Renderer" asset.
6. Build the player.
Expected: build completes successfully.
Actual: Editor crashes.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when AddGameElement handles a generic type
- Interpolation 2D results are inconsistent when position.z = position.x is called on Late Update
- Game View's scale slider bar gets set to 2.5x when entering Play Mode
- Crash/Memory leak in a WebGL build when executing a very large switch statement multiple times
- [Asset Bundles] The Active Build Platform is being used instead of the build target to determine material/shader compilation
Add comment