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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
Resolution Note:
"Prefer Scene Camera" option takes the depth buffer used for collisions from the scene camera, even if a Game view is visible.