unity-game-engine - 如何在 Hololens 模拟器中测试 Air Tap 手势?

标签 unity-game-engine augmented-reality hololens-emulator

我正在为 Hololens 构建增强现实应用程序。我需要测试 Air Tap 手势,而不需要部署到 Hololens。

有什么方法可以通过Hololens Emulator或Unity3D提供的Holatory Emulation来测试Air Tap功能吗?

最佳答案

这取决于您的仿真环境:

  • Hololens Emulator (来自微软,允许多种输入设备)

    Air tap gesture - Right-click the mouse, press the Enter key on your keyboard, or use the A button on an Xbox controller.

  • Windows Holographic Emulation (来自 Unity,需要游戏 Controller )

    Perform a tap gesture with a virtual hand - Left and right trigger buttons; the A button

关于unity-game-engine - 如何在 Hololens 模拟器中测试 Air Tap 手势?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46294054/

相关文章:

ios - 'StandardPurchasingModule' 可以用于 Unity In App Purchases 吗?

unity-game-engine - 视频播放器组件在 hdrp 项目中不起作用

unity-game-engine - Unity LookAt 2d 等效项

c# - 如何在 Windows 设备之间使用相同的随机种子?

visual-studio-2015 - 无法在 Visual Studio 中选择 HoloLens 模拟器作为调试目标

c# - 如何在 C# 中识别 HoloLens 手势?

ios - 我正在尝试将 firebase 合并到我的 Unity 项目中,但不断收到有关 "Firebase.Crashlytics.Editor.dll"的错误

opencv - 使用 OpenCV 的 solvePnP 函数进行外部相机校准

c# - 在 Android 中通过点击按钮加载 AR 模型

augmented-reality - RealityKit 中的 Entity 和 ModelEntity 有什么区别?