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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment