Search Issue Tracker
Duplicate
Votes
1
Found in
2017.3
2018.2.14f1
2018.3.0a1
2019.1.0a1
Issue ID
1098589
Regression
No
RaycastHit2D provides slightly incorrect centroid and distance values when casting Physics2D capsule, box or circle shapes
Steps to reproduce:
1. Open attached project "Physics Test.zip"
2. Play the Scene1
3. Press "a"
4. Look at the Console, also select "Hit Capsule" object in Scene to see that it's slightly inside the wall
Expected result: centroid is (2, 0), distance is 2, capsule is touching the wall
Actual result: centroid is (2.005, 0), distance is 2.005, capsule is slightly inside a wall
Reproducible: 2017.4.17f1, 2018.3.0f2, 2019.1.0a12
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
This is a duplicate of issue #1098169