Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a1
2018.3.2f1
2019.1.0b5
Issue ID
1127681
Regression
No
GraphicRaycaster.Raycast does not hit child's custom Graphic component when its parent has GraphicRaycaster component attached
How to reproduce:
1. Open attached project "case_1127681-CanvasRaycastIssues_6.zip" and scene "Flower"
2. Enter Play mode
3. In Game View, press and hold on the ball to move it
4. Move the ball on the left lilypad ("DragLeft_potLilyBox")
5. Observe the Console window
Expected result: "Found on drop layer DragArea" is printed
Actual result: "Found on drop layer DragArea" is not printed, repeating the steps on the right lilypad ("DragMiddle_lilyCoffee") prints "Found on drop layer DragArea"
Notes: the difference between those two lilypads are that the one of the left ("DragLeft_potLilyBox") has "Graphics Raycaster" and "Canvas" component attached
Reproducible with: 2018.3.7f1, 2019.1.0b5
Could not test with: 2017.4.22f1, 2019.2.0a7 due to errors in Console window
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note (2019.3.X):
low priority defect, unlikely to be resolved in the near future. Closing for now.