Hololens / Unity:识别导航和操作手势之间的区别

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

我正在尝试使用以下两种手势:

GestureSettings.ManipulationTranslate
GestureSettings.NavigationX

目前我无法触发 ManipulationStartedEvent、ManipulationUpdatedEvent 等。NavigationX 事件似乎正在排除对 Manipulation 的识别。

是这样吗?我是不是误解了这个手势?

您不能同时使用操纵和导航。在 211 课程中,您必须使用语音命令 'Move Astronaut' 来触发操纵。那是因为这两种手势在系统中看起来是一样的,所以你需要一个触发器来区分它们。