Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
1
Found in
2021.3.27f1
2022.3.3f1
2023.1.1f1
2023.2.0a21
2023.3.0a1
Issue ID
UUM-40607
Regression
No
Raycast hit detection is inaccurate when Camera's "Clipping Planes: Near" value is below 1000
How to reproduce:
1. Open the user-attached project "GraphicRaycasterBug"
2. Open the "SampleScene" scene
3. Enable the "Root2 (BUG)" GameObject in the Hierarchy
4. Select the "EventSystem" GameObject in the Hierarchy and lock it in the Inspector
5. Enter the Play Mode and hover over the Canvas in the Game View
6. Observe the "pointerEnter" field in the EventSystem in the Inspector
Expected result: Raycast hit detection is accurate
Actual result: Raycast hit detection is inaccurate, and for the big part of the Canvas, it doesn't detect hits at all
Reproducible with: 2021.3.27f1, 2022.3.3f1, 2023.1.1f1, 2023.2.0a21
Reproducible on: Windows 11 Pro, macOS 13.4 Ventura (M1)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
After investigation, we have deemed this a low priority issue that won't be fixed in the near future either because there are risks of introducing other problems doing so. There's also a simple workaround to the reported issue by using reasonable camera frustum values.
If you feel this is a wrong assessment, please reach out again, providing more details about the impact of that issue.
Resolution Note (2023.3.X):
After investigation, we have deemed this a low priority issue that won't be fixed in the near future either because there are risks of introducing other problems doing so. There's also a simple workaround to the reported issue by using reasonable camera frustum values.
If you feel this is a wrong assessment, please reach out again, providing more details about the impact of that issue.