Search Issue Tracker
By Design
Votes
0
Found in
4.6.1f1
Issue ID
660005
Regression
No
[RectTransformUtility] ScreenPointToLocalPointInRectangle returns wrong position if render mode is set to Screen Space-Overlay
Steps to reproduce this issue:
1. Open the attached project
2. Open 'BugReport' scene
3. It has a Canvas and a script which outputs local point in rect transform (using ScreenPointToLocalPointInRectangle) in the console
4. Play the scene
5. Click anywhere on the screen
6. Notice results in the console
7. Change Render Mode to 'ScreenSpace - Camera'
8. Click on the screen again
9. Expected results are now outputed
Comments (5)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Tortuap
Jan 19, 2018 14:24
Yes, this is by design a very poor API design. But here is the trick : "The cam parameter should be the camera associated with the screen point. For a RectTransform in a Canvas set to Screen Space - Overlay mode, the cam parameter should be null."
IgorAherne
Dec 18, 2017 14:56
It's not giving correct results. Period.
sdpgames
Jun 11, 2015 12:50
Bug by design ^^
XRA
Apr 16, 2015 07:08
wondering the same...
DarkPixel
Mar 10, 2015 13:41
Why the status is "By Design" ?