Search Issue Tracker
Active
Under Consideration for 6000.0.X
Votes
0
Found in
6000.0.24f1
6000.1.0a7
Issue ID
UUM-84879
Regression
Yes
Constant buffer is not properly updated for the depth pass when rendering a custom mesh on DirectX12
Reproduction steps:
1. Open the attached “repro_IN-85432“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Enter the Play Mode
4. Observe the “Cube“ GameObject
Expected result: The constant buffer is properly updated for the depth pass, resulting in correct shadows on the cube
Actual result: The constant buffer is not properly updated for the depth pass, causing incorrect shadows on the cube
Reproducible with: 2023.3.0a11, 6000.0.24f1
Not reproducible with: 2021.3.45f1, 2022.3.51f1, 2023.3.0a10
Reproducible on: Windows 10 (22H2)
Not reproducible on: No other environments tested
Notes:
* Not reproducible with DirectX11
* Reproducible in Player
* Enabling the “Frame Debugger“ (“Window → Analysis → Frame Debugger“) while in Play Mode seems to force the constant buffer to update properly and fixes the issue
* User debugged this with The “RenderDoc“ application and found that “unity_LightShadowBias” is most likely the culprit
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Add comment