Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.0f3
Issue ID
930071
Regression
Yes
[Docs] New behavior not documented: Unity UI graphic Raycasting doesn't work when local Scale z=0
"The raycasting is correct to work better for small scale. The issue is now that the ray direction is calculated in rect space instead of world space to get more accuracy. With the scale being zero, when using rect space the ray direction is zero on the z. This prevents the ray from hitting anything."
This is a new logical behavior in Unity 2017.1 (In previous versions (5.6) changing local Scale z to 0 did not have any effect). However, this has not been documented in Release Notes and anywhere in Documentation. We want this to be documented somewhere (possibly in Raycast page or Canvas page).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
Add comment