XRTK / com.xrtk.wmr

The Windows Mixed Reality platform components for the XRTK
https://github.com/XRTK/XRTK-Core
MIT License
22 stars 4 forks source link

HoloLens 1 input not working #119

Closed SimonDarksideJ closed 3 years ago

SimonDarksideJ commented 3 years ago

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

Tried to do a build to a HL 1, but found that Interactions are simply not working. Tap simply does not function.

A Gizmo does appear where the hand is placed and is orientated correctly, but nothing happens.

Also found that the HoloLens controller was missing both a Controller Pointer and Teleport Pointer, but even with these configured, nothing happens. Confirmed that the Input Action Mapping for the controller is set to "Select" as expected.

No events are sent for either Pointer Clicked or Input Changed for the Tap event.

To Reproduce

Expected behavior

The script attached to the cube plays the attached audio

Actual behavior

Nothing

Sample Project

HoloLens1-Test.zip

SimonDarksideJ commented 3 years ago

Resolved by #120