MozillaReality / unity-webxr-export

INACTIVE - Assets for creating WebXR-enabled Unity3D projects.
https://mixedreality.mozilla.org/unity-webxr-export/Build/
Apache License 2.0
622 stars 127 forks source link

Controllers Button State wont reset #424

Closed rickomax closed 1 month ago

rickomax commented 3 years ago

Hi!

The Controllers Button States will never reset when calling controller.GetButtonDown("Trigger") on the Editor if controller.GetButtonUp("Trigger") is not called afterwards.

Why the need to call GetButtonUp if a user may only want to check for a Button-down?