Search Issue Tracker
By Design
Votes
0
Found in [Package]
12.0
Issue ID
1344757
Regression
No
[VFX Graph] Particles follow Camera and do not collide with depth buffer at certain angles when Scene Camera Fallback is used
How to reproduce:
1. Open the attached project
2. Open 'Repro' Scene
3. Make sure that Main Camera fallback is set to Scene View camera in the Preferences
3. Pan the Scene Camera to look from bottom to planes (attached video as a showcase for this step)
Expected result: Particles collides with depth buffer and do not follow Scene Camera
Actual result: Particles follow scene camera and do not collide with depth buffer at certain camera angles
Reproduced with: 2022.1.0a1 (master)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
"Prefer Scene Camera" option takes the depth buffer used for collisions from the scene camera, even if a Game view is visible.