Search Issue Tracker
By Design
Votes
12
Found in
5.3.3f1
Issue ID
775634
Regression
No
Physics 2D raycast ignores layer order
Reproduction steps:
1. Open the attached project
2. Open scene "Test"
3. Enter Play mode
4. Click on the sprite in the center in the game view
5. Notice console output
6. Select GameObject "Unit" in the Hierarchy and change Z position (doesn't matter to what) and then change it back to 0
7. Now click on the sprite in the center again
8. Notice console output again
Actual behavior: Sprite is ignored by a raycast even though its order in layer is higher.
Expected behavior: Raycast should respect order of layers.
Note: This case had similar issue but it's not exactly the same, the issue in that case is still fixed (not regression).
Workaround: changing object "Unit" Z coordinate and then reset it back to 0 fixes the problem.
reproduced on: 5.4.0b8, 5.3.3p2, 5.2.4f1
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