Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.0.69f1
6000.3.11f1
6000.4.0b11
6000.5.0a8
6000.6.0a1
Issue ID
UUM-138375
Regression
No
VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
How to reproduce:
1. Open the "IN-137652" project
2. Open the "TestScene" scene
3. Right-click the Game window's tab header
4. Click “Load RenderDoc”
5. Click "Capture the current view and open in RenderDoc" button in the Game window
6. Double click on the capture in RenderDoc
7. Filter for "RenderLoop.Draw"
8. Expand both children titled "VFX.ParticleSystem.RenderMeshIndirect"
9. Observe the value in "ExecuteIndirect → IndirectDrawIndexed"
Actual result: One instance shows IndirectDrawIndexed<36, 1000>, the other shows IndirectDrawIndexed<36, 118>
Expected result: Both instances show a value less than 1000
Reproducible with: 6000.0.10f1 (413673acabac), 6000.0.71f1, 6000.3.12f1, 6000.4.1f1, 6000.5.0b1, 6000.6.0a1
Could not test with: 2023.1.0a10, 6000.0.0b11 (a707ca4efec4) (Visual Effect Graph warnings and Visual Effect not rendering)
Reproducible on: Windows 10
Not reproducible on: No other environments tested
Note: Does not reproduce on HDRP
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment