Rob Allen
Rob Allen

Reputation: 2911

Hololens / Unity: recognizing the difference between Navigation and Manipulation Gestures

I'm attempting to use both of the gestures below:

GestureSettings.ManipulationTranslate
GestureSettings.NavigationX

At the moment I am unable to trigger the ManipulationStartedEvent, ManipulationUpdatedEvent, etc. It almost seems like the NavigationX events are precluding the recognition to the Manipulation.

Is this the case? Am I misunderstanding the gesture?

Upvotes: 1

Views: 1623

Answers (1)

Rob Allen
Rob Allen

Reputation: 2911

You cannot use Manipulation and Navigation at the same time. In the 211 course, you had to use a voice command 'Move Astronaut' to trigger Manipulation. That's because both gestures look identical to the system, so you need a trigger to distinguish between them.

Upvotes: 5

Related Questions