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
- Weight Brush Overlay text is clipped in Sprite Editor
- GameObject Transform scale values reset to their previously saved values when proportions are constrained and certain decimal values are entered in the Inspector
- Asset thumbnails in the Project window stay white when a referenced texture file is deleted and restored
- Crash on PersistentManager::ReadObjectThreaded when calling AssetDatabase.ForceReserializeAssets() multiple times in a row
- Scene becomes dirty when first opening an HDRP Template project
Add comment