aframe icon indicating copy to clipboard operation
aframe copied to clipboard

Oculus-touch-controls & hand-tracking-controls combo: The controller does not appear in combination. (1.5 and master works)

Open smeybi opened this issue 4 months ago • 4 comments

Description: Just as information, in case someone wants to use this with A-Frame 1.6, it works in A-Frame 1.5! master does not work, was a mistake, I have now edited it.

When using oculus-touch-controls and hand-tracking-controls together, the controller does not appear. It only shows up when the hands and controller are switched during the session, at which point the controller appears and functions. If the controllers are put down during the session and the hands are used for hand tracking, then when the controllers are picked up again, the controller appears and works. It just doesn’t show up at the start with the controllers.

  • A-Frame Version: 1.6
  • Reproducible Code Snippet or URL:

<a-entity oculus-touch-controls="hand: left" hand-tracking-controls="hand: left"></a-entity>

smeybi avatar Oct 15 '24 19:10 smeybi