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
- [Android] PointerEventData.pointerId value is incorrect when pressing a finger on the screen
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
Add comment