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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment