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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment