Search Issue Tracker
Fixed in 4.6.4
Votes
0
Found in
5.0.0b22
Issue ID
669805
Regression
No
[Physics2D] Physics2D.BoxCast less precise than Physics2D.Raycast
To reproduce:
- Open the attached project and the scene
- The test scene in the attached project features a cube that's performing both a boxcast and a raycast towards the ground. Both casts are performed in the same direction with the same distance.
- Observe that the values returned in their respective RaycastHit2D objects, however, are noticeably different.
The RaycastHit2D object returned from the raycast is 100% precise. The hit returned from the boxcast, however, is not. Notice that the hit point from the boxcast has a Y value of -1.9975 when it should be exactly 2.0. The distance and fraction values returned from the boxcast aren't useful at all because boxcast doesn't expose the origin point of the ray that returned the hit. In contrast, the distance and fraction values from the raycast hit are 100% accurate.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment