Version: 2023.1
Unity Accelerator
概述

XR

XR 是一个统称,包括以下类型的应用程序:

  • Virtual Reality (VR): The application simulates a self-contained environment around the user.
  • Mixed Reality (MR): The application combines its own environment with the user’s real-world environment and allows them to interact with each other.
  • Augmented Reality (AR): The application layers content over a view of the real world.

The span between virtual to augmented reality is a continuum, with mixed reality falling somewhere in the middle, depending on the capabilities of a particular device and the intent of your application.

Sample XR scene view
Sample XR scene view

This documentation discusses how to develop XR applications in Unity:

Topic 描述
Overview An overview of how Unity supports XR development.
Set up an XR Project How to set up a project for an XR game or application.
Set up an XR scene How to add the GameObjects and components needed by an XR scene.
Run an XR application How to build and run Unity XR projects during development.
XR graphics XR-specific graphics topics.
Unity XR SDK About the SDK available to headset and device makers for adding support for their hardware to Unity.

其他资源

Topic 描述
XR Interaction Toolkit samples Github repository with code samples using the XR Interaction Toolkit
AR Foundation Samples Github repository of code samples using AR Foundation
Unity Learn Free XR tutorials, projects and courses in Unity’s online learning platform
Unity Forum The Unity forum for XR
Unity Blog XR posts on the Unity Blog
What is AR, VR, MR, XR, 360? A glossary of XR terms
Unity Accelerator
概述