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
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Resolution Note:
By design