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
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
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