Search Issue Tracker
Fixed
Fixed in 6000.0.10f1
Votes
7
Found in
6000.0.7f1
7000.0.0a1
Issue ID
UUM-74444
Regression
Yes
Inaccurate collision detection in OnTriggerStay when alternating isKinematic and Collision Detection modes in FixedUpdate
Reproduction steps:
1. Open the attached “OnTriggerStayIssue.zip” project
2. Open the “SampleScene” scene (Assets > Scenes)
3. Enter the Play mode
4. Observe the Game view
Expected result: Spheres turn white only when they collide with each other
Actual result: Some spheres turn white even when no collision is present
Reproducible with: 2023.3.0a5, 6000.0.7f1
Not reproducible with: 2021.3.39f1, 2022.3.34f1, 2023.3.0a4
Reproducible on: Windows 11
Not reproducible on: no other environment tested
Note:
- Does not reproduce if _ChangeDetectionMode_ is set to false in the ‘ChangeColorOnTrigger.cs’ script
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment