Search Issue Tracker
In Progress
Fix In Review for 2022.3.X
Votes
0
Found in
2022.3.61f1
Issue ID
UUM-102823
Regression
No
BatchRenderGroup mesh bounds contain uninitialized values
How to reproduce:
1. Download and open the “brg-shooter” project
2. Open the “brg_shooter” scene
3. Load RenderDoc
4. Enter Play Mode
5. Take a RenderDoc capture
6. In RenderDoc, open the capture
7. Find an event named “DrawIndexedInstance” and select it
8. In Vertex Shader (VS) view, find a constant buffer that begins with name “D3D12PageAllocator::AllocateNewResourceInternal() Scratchbuffer”
9. Observe the top-most values in the Vertex window
Expected result The returned values match to the local bounds of mesh that's associated with the current ‘BatchDrawCommand’
Actual result: The returned values contain uninitialized data
Reproducible in: 2022.3.61f1
Not reproducible in: 6000.0.45f1, 6000.1.0b14, 6000.2.0a8 (This feature was added in 2023.1)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
Add comment