Search Issue Tracker
By Design
Votes
0
Found in
5.4.0b5
Issue ID
769410
Regression
No
Using Raycast Layermask set from LayerMask.value returns no hits (even when there should be)
No matter the LayerMask.value the Raycast never hits anything. In the project we have several raycasts. One of them has a LayerMask set to everything, another one set to Nothing. They correctly return -1 and 0 as their integer representations.
To reproduce:
1. Open attached project
2. Open 1.unity scene
3. Enter play mode
4. Click on the cube on the screen
Expected result: Console prints two hits. No mask, and one of the masks.
Actual result: Console prints just one hit (where no mask is used).
Note: Putting the values directly (0 or -1) return no hits either. While other values return hits (like 64)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment