Search Issue Tracker
Fixed in 2022.3.3f1
Fixed in 2022.3.X, 2023.1.X, 2023.1.1f1, 2023.2.X
Votes
0
Found in
2022.2.9f1
2023.1.0b6
Issue ID
UUM-29286
Regression
No
UniversalGraphicsTest_Lighting test ‘153_Lighting_EnlightenTerrain’ followed by any additional tests
To reproduce:
- Open the project ‘UniversalGraphicsTest_Lighting’’ (unity\Tests\SRPTests\Projects\UniversalGraphicsTest_Lighting)
- Change the graphics API for Windows to DX12 and make sure to use native graphics jobs (commandline: -force-gfx-jobs native)
- Enable async shader compilation (Edit > Project Settings > Editor)
- Open the Test Runner window (Window > General > Test Runner)
- Switch to the ‘PlayMode’ tab at the top of the Test Runner window
- Shift-select all tests from ‘153_Lighting_EnlightenTerrain’ to ‘221_ShadowMask_ShaderGraph’ (they are at the very bottom of the list)
- Press ‘Run Selected’ at the top of the Test Runner window
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 2023.2):
DX12: Fixed a crash caused by too early deletion of textures in some rare cases.
Resolution Note (fix version 2023.1):
DX12: Fixes a crash caused by too early release of a texture.
Resolution Note (fix version 2022.3):
DX12: Fixes a crash caused by too early release of a texture.