Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1114032
Regression
No
[Culling] Shadows not culled properly if the effect is visible in either the Scene or Game View
If a shadow-casting VFX is not visible in the game view, but it is visible in the scene view, it will still cast shadows in the game view despite the fact that its particles are culled. The opposite is also true if the effect is visible in the game view, but not in the scene view.
Repro steps:
1. Import the attached package and open the ReproScene
2. Have the game and scene view both open and ensure both can see the VFX origin
3. Move the camera so it doesn't see the VFX origin, but make sure it is still visible in the scene view
4. Observe how the particles disappear in the game view (expected), but their shadows remain (unexpected).
Expected result: shadows to be culled in either the game or the scene view if their system's bounds is not within the view frustrum of the camera.
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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note:
By design