cancel
Showing results for 
Search instead for 
Did you mean: 

Unity 5.6.0p2 UI input not work

Aleksey33
Sightseer
Hello!
In unity 5.5.1p3 i  created ui elements (buttons, sliders,toggles) end controll them to Samsung Gear VR.  I was update unity to 5.6.0p2, and elements in ui not works. I cant select (highlighted) and press in UI in Gear VR. 
3 REPLIES 3

Aleksey33
Sightseer


Hi,

Would you be able to supply us with a minimal reproduction project showing this issue?


Hi,
you can download
Unity 5.5.1p3 works correctly - https://www.dropbox.com/s/w4u63wsh5w8x0j5/TEST_Unity5.5.1p3.apk?dl=0
Unity 5.6.0p2 not works - https://www.dropbox.com/s/o3afymnc7w9wps4/Unity5.6.0p2.apk?dl=0

delphinius81
Rising Star
Sometimes things break when updating projects between Unity versions. Have you confirmed that all your GameObject assignments carried over from the upgrade? Maybe your layers got messed up and your raycasts aren't hitting anything? Or maybe your colliders aren't correct anymore?

Aleksey33
Sightseer


Sometimes things break when updating projects between Unity versions. Have you confirmed that all your GameObject assignments carried over from the upgrade? Maybe your layers got messed up and your raycasts aren't hitting anything? Or maybe your colliders aren't correct anymore?


Yes, I checked. After this i created two similar project in Unity 5.5.1p3 and Unity 5.6.0p2. In Unity 5.5.1p3 works correctly, Unity 5.6.0p2 not work. You can download and test this.