Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Aleksey33's avatar
8 years ago

Unity 5.6.0p2 UI input not work

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

Replies have been turned off for this discussion


  • 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
  • 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?


  • 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.