wacki / Unity-VRInputModule

MIT License
89 stars 33 forks source link

IPointerClickHandlers don't receive click event on non GUI elements #2

Open wacki opened 7 years ago

wacki commented 7 years ago

The input module isn't sending click events to non gui objects with an attached IPointerClickHandler. Attaching a PhysicsRaycaster to the UI camera doesn't solve this issue.

paulhayes commented 7 years ago

I've fixed this. Sent pull request.