Search Issue Tracker
Fixed
Fixed in 2022.3.7f1, 2023.1.9f1, 2023.2.0a23
Votes
0
Found in
2022.3.3f1
2023.1.1f1
2023.2.0a20
Issue ID
UUM-41136
Regression
No
[VFX] Failure to cull VFX commands when no renderer in the CullResults
Camera command culling fails when no VFX are visible in the camera frustum.
How to reproduce :
* Create a scene with one default VFX, two cameras, and no lights
* Move one of the cameras such that the VFX bounds are completely outside the camera frustum.
* Enter Play Mode
* Open the profiler, start profiling.
* Find the VFX.ProcessCamera marker
* Observe that *both* cameras emit BatchUpdate and SortBuffer commands. (FillIndirectRenderArgs is ok)
Expected result : Only the camera where the VFX is visible should emit the BatchUpdate and SortBuffer commands.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Add comment