Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.42f1
2021.3.14f1
2022.2.0b16
2023.1.0a19
Issue ID
UUM-19809
Regression
No
[VFX Graph] When Normal values get too high, particles stop colliding with the plane
How to reproduce:
- Import the attached package
- Open Collide Gizmos Scene
- Open Collide Gizmos.vfx
- In Collide with Plane Normal Y99999 component enter '{}1e+21{}' value
Expected result: Particles collide with plane collider
Actual result: Particles stop colliding with plane collider
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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note:
This is a really corner case that cannot be handled gracefully. The only thing we could potentially do is limit the maximum value.