Version: 2020.3
Unity AR 开发入门
XR 插件框架

Unity VR 开发入门

要开始 VR 开发,Unity 建议使用 XR Management 来加载和管理目标平台 SDK。有关如何使用 XR 插件管理系统来配置项目的说明,请参阅针对 XR 配置 Unity 项目页面。

Unity supported platforms

Oculus

  • 如果是进行 Oculus Quest 开发,则需要为 Android 构建目标安装和加载 Oculus XR 插件。
  • 如果是进行 Oculus Rift 和 Rift S 开发,则需要为 Windows 构建目标安装和加载 Oculus XR 插件。
  • 有关更多信息,请参阅 Oculus 开发者文档

OpenXR

  • If you’re developing for a headset that supports OpenXR, you need to install and load the OpenXR Plug-in.
  • For more information, see the OpenXR documentation.

Input and interactions

Unity’s XR Interaction Toolkit enables you to add interactivity to your VR applications, without having to code the interactions from scratch. You can download it via the Package Manager.

Unity AR 开发入门
XR 插件框架