ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
352 stars 82 forks source link

UI Interaction works in Editor but not in Build VR2.0 #127

Open sstachiw opened 5 years ago

sstachiw commented 5 years ago

I have some basic UI buttons in my scene world space. I have properly set these up with UIElement components and everything works as expected when I play in the editor. But as soon as I build my exe and run it, the UI Interaction (Click) does not work anymore.

The hover state still works and some of my other programming. But it won't actually execute a click on the button.

Any ideas?

chengnay commented 5 years ago

@sstachiw Could you provide more information?

  1. Which versions of Unity, VIU, SteamVR plugin, or any other SDK imported?
  2. Which VR device?
  3. Did you check any selection in VIU Settings (Edit>Preferences...>VIU Settings)? image

Can you share your project?