Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.6.0p4
Issue ID
911082
Regression
Yes
IsPointerOverGameObject returns false when game view loses focus
When game window loses focus, for example pressing clear in the console, IsPointerOverGameObject returns false, even though game object is selected through Unity Remote 5.
To reproduce:
1.Open users attached project "RemoteTouch.zip"
2.Open "touchTestScene.unity"scene
3.Connect a device with Unity Remote 5
4.Enter play mode
5.Press the button on Remote device
6.Observe in the console IsPointerOverGameObject returns true
7.Clear Console
8.Press the button on Remote device
Expected result: IsPointerOverGameObject returns true
Actual result:IsPointerOverGameObject returns false
Reproduced on: 5.6.0p4 5.6.0f1 5.6.1p1 2017.1.0b5
Not reproduced on: 5.5.0b1 5.5.0b10
Regression introduced in: 5.5.0b11
Notes: Tested on Win 10 and MAC OSX 10, same behavior. Using android and ios device with Unity Remote 5, same behavior.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor lags when disabling or enabling Canvas with a lot of UI elements
- “Default state” name in Inspector is not truncated when given longer name for “New State” in Animator window
- Upgrading HDRP Project causes the Cloud Layer to warp when using the Global Volume with the Visual Environment enabled
- The Inspector does not shown SkinnedMeshRenderer Bounds when they are overriden by script
- Compute shader is dispatched with unsupported workgroup size on multiple browsers when building the project for Web with WebGPU Graphics API
Add comment