Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.5.0f3
Issue ID
857090
Regression
No
Physics.queriesHitBackfaces does not work with Collider.Raycast
To reproduce:
1. Open attached project "ColliderRaycast.zip".
2. Play "Raycast" scene.
3. Press left mouse button on the white square. You get no message in a console window.
4. Select in Hierarchy "Target" object, and set it's X rotation to 0.
5. Now press on the white square in Game window. You get Console Debug.Log message.
Expected result: Collider.Raycast hits object's backface, if "Queries Hit Backface" is checked in Project Settings -> Physics.
Actual result: Collider.Raycast does not hit object's backface. (works fine with Physics.Raycast).
Physics.queriesHitBackfaces exposed in physics settings on Unity 5.5
Reproducible with: 5.5.0f3, 5.6.0a6
Comments (5)
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
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
Efril
Apr 09, 2021 14:21
Still not works in 2020.1.17f1
MarshCZA
May 01, 2020 11:21
Still not working in 2019.3
quincyHuang
Dec 29, 2018 04:21
his still doesn't work in Unity 2018.2.20f1
janla
Aug 07, 2018 18:28
This still doesn't work in Unity 2018.2
I need a way to count the collision in and out points of a ray going through colliders.
Emissive
Apr 07, 2017 08:22
Will that be fixed in earlier versions, too? Like 5.5.x ? Thanks