Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0b18
Issue ID
660427
Regression
Yes
[Raycast] Raycast is not ignored when using 'IgnoreRaycast' layer
Steps to reproduce this issue:
1. Open the attached project
2. Open 'ScaleOnMouseEnter' scene
3. It has 2 cubes and 2 other 'blocking' cubes in front of them
-Right blocking cube with TransparentFX
-Left blocking cube with IgnoreRaycast
4. Play the scene
5. Hover the mouse over left blocker cube
6. Even though layer is 'IgnoreRaycast', the cube behind it does not receive OnMouseEnter()
7. Hover the mouse over right blocker cube
8. Even though the layer is 'TransparentFX',raycast is ignored by blocker cube and received by the cube behind it
Results in 4.6 are exactly the opposite
Captured reproduction of the bug: http://screencast.com/t/inrRbcRXdpFt (right-5.0, left-4.6)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Audio sound is lower in the Player compared to the native music player
- 2D Physics Queries do not state that results are sorted into ascending distance order.
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
Add comment