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
- UnityYamlMerge.exe doesn't correctly handle merge conflicts in modified properties on a prefab variant
- Inconsistent color scheme in "Details" section of "Select Presets" inspector window
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
- [VFX] Deleting “New Group Node” name doesn’t allow to type or add new name
- [VFX] Creating a long Group Node name breaks nodes boarders
Add comment