Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.1.X, 2021.2.X
Votes
1
Found in
2019.4
2019.4.12f1
2020.3
2021.1
2021.2
2022.1
Issue ID
1354786
Regression
No
Physics2D.Distance returns zero when CapsuleCollider has a size of (0.1, 0.1)
Steps to reproduce:
1. Download and open the project "UnityBug_Collider_Distance_with_Capsule.zip"
2. Open Assets/Scenes/SampleScene.unity
3. Enter Play Mode and switch to Scene View
4. In the Inspector tab, click on "Collider Distance Tester (BUG)" GameObject
5. Notice that the Distance in the "Collider DIstance Tester (Script)" component shows zero
6. Click on the "Capsule" GameObject under "Collider Distance Tester (BUG)" GameObject
7. Change the Size of Y to 0.2
8. Repeat Steps 4 and 5
Expected result: The Physics2D.Distance of the CapsuleCollider with size (0.1, 0.1) is not zero
Actual result: The Physics2D.Distance of the CapsuleCollider with size (0.1, 0.1) is zero
Reproducible with: 2019.4.29f1, 2020.3.15f1, 2021.1.17f1, 2021.2.0b6, 2022.1.0a5
Note:
The issue only occurs when both X and Y values are 0.1
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
- Memory spike after activating Freeform Light2Ds
- Line Renderer Component elements do not fit in the Inspector window when minimising Inspector window is minimised
- “Do you want to apply changes?” warning pop-up appears when adding and removing list items in Player settings
- Line Renderer flickering in HDRP project when second Material field is set to None
- Texture 2D Importer fails to assing a default value to the "namefileidtable" when using a texture preset
Resolution Note (fix version 2022.1):
A fix for this issue is available on Unity 2022.1.0a7 and above
Resolution Note (fix version 2021.2):
A fix for this issue is available on Unity 2021.2.0b12 and above
Resolution Note (fix version 2021.1):
A fix for this issue is available on Unity 2021.1.22f1 and above