De-Panther / unity-webxr-export

Develop and export WebXR experiences using Unity WebGL
https://de-panther.github.io/unity-webxr-export/
Apache License 2.0
1.01k stars 106 forks source link

XR Interaction Toolkit - 3D Objects are not interactable using touch #316

Closed De-Panther closed 7 months ago

De-Panther commented 7 months ago

Describe the bug When using XR Interaction Toolkit, 3D objects are not interactable using touch.

To Reproduce Steps to reproduce the behavior:

  1. Go to the XR Interaction Toolkit Demo using a mobile phone or desktop browser.
  2. Try to drag 3D objects using mouse/touch.

Expected behavior The 3D objects should be draggable.

Unity info (please complete the following information):

Desktop (please complete the following information):

Headset (please complete the following information):

Smartphone (please complete the following information):

De-Panther commented 7 months ago

Solution is part of the XR Interaction Toolkit:

Sometimes touch doesn't work and only mouse works. It can be fixed by adding touch controls to the Drag Current Position Action.