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

VR Hands flashing in browser on build #427

Closed whuse closed 3 years ago

whuse commented 3 years ago

Project runs smooth in editor, however when built and running in browser the VR controllers rapidly flash and also seem to be on a slight angle offset. I assume this is differences between using Unity's editor input/controllers versus the WebXR controllers when built. I've tried a few different things such as turning off materials in case they were incompatible but am still having issues. Has anyone seen this before?

whuse commented 3 years ago

After hours of overcomplicating the issue, It was just having gravity toggled on on the rigidbody for the hands. 0__o