Search Issue Tracker
By Design
Votes
1
Found in
2018.4
2019.3
2019.3.9f1
2020.1
2020.2
Issue ID
1237624
Regression
No
OnCollisionEnter is occasionally triggered on Start by a non-contacting Collider, using Continuous Speculative detection
How to reproduce:
1. Open user-submitted project (TestRoll2.zip)
2. Open the SampleScene
3. Observe the Console window, Enter and Exit Play Mode
Expected result: the tilted plane never collides with the spawned Sphere on Start
Actual result: the tilted plane occasionally collides with the spawned Sphere on Start
Reproducible with: 2018.4.21f1, 2019.3.9f1, 2020.1.0b5, 2020.1.0a7
Could not test with: 2017.4.39f1(Continuous Speculative detection unavailable)
Notes:
May take several attempts to reproduce
Could only reproduce with Sphere's CollisionDetectionMode.ContinuousSpeculative
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
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- 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
Resolution Note:
Speculative (=predictive) collision detection can detect false positives because of the nature of how it works -- inflating the contact offset and using normal contact generation to discover contacts.