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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment