Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
2020.1.0a4
Issue ID
1183971
Regression
No
Physics.SphereCast(origin, radius, direction, out hitInfo, layerMask) ignores the layerMask parameter
How to reproduce:
1. Open the "Physics_Test.zip" project
2. Open the "Physics.unity" scene
3. Enter Play Mode
4. Check the Console
Actual result: Objects from "Default" layer are hit, even though the LayerMask is set to "Water".
Expected result: No objects are hit.
Reproducible with: 2020.1.0a4, 2019.3.0b4, 2019.2.6f1, 2018.4.9f1, 2017.4.32f1.
Notes:
- Not reproducible with Physics.BoxCast.
- May be reproducible with other functions as well, haven't tested them all.
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
Add comment