-
Notifications
You must be signed in to change notification settings - Fork 1.1k
HelloVR Demo Scene "Event Trigger - Pointer Click" not working #985
Comments
Had the same issue. Edit: Better completely remove this #if !UNITY_EDITOR statement. Otherwise, it won't work on a device. |
Thanks a lot! It worked! |
Reopening until this issue is resolved in a GoogleVR SDK release. |
Did that and it works when I click with my mouse. But tapping the phone or using the cardboard button still doesn't work. Using Unity Remote 5 to preview the game on my android. |
@T3rO mentions in the "better yet" that you should comment out the whole If you leave the preprocessor as |
This is still an issue (face Palm), to update anyone else struggling with this the new lines you need to comment out are 227 and 239. |
When will this "upcoming release" actually be released? @rusmaxham |
This is still an issue with version 1.190.1. |
This is now fixed in the latest release. |
works perfectly :] Thanks! |
Summary: I'm a begginer in Unity and VR development.
3 Months ago I downloaded google VR package and it was ok (I don't remember the version). HelloVR Demo scene worked as it should. When entering object, it changed its color, when leaving it also changed and when I clicked on game preview, the subroutine TeleportRandomly worked, by moving the object to another place.
The problem is that I came back to this project yesterday and the new version of GoogleVR Package seems not working correctly. in HelloVR scene, Pointer Enter and Pointer Exit is still okay (in any "treasure"object), but Pointer Click is no longer functioning. I tried to change that (to Pointer UP or Pointer Down) but without success. Can someone help me?
Found using:
Steps to reproduce the issue:
4. Pointer Click is not working
Workarounds:
Additional comments:
The text was updated successfully, but these errors were encountered: