Version: Unity 6 (6000.0)
Language : English
Run an XR application
Universal Render Pipeline compatibility in XR

XR graphics

Graphics and rendering in an XRAn umbrella term encompassing Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (MR) applications. Devices supporting these forms of interactive applications can be referred to as XR devices. More info
See in Glossary
app follow the same principles as they do in any Unity application, with some differences arising from the need for stereo rendering and increased efficiency.

XR apps generally require very high and consistent frame rates for user comfort. At the same time, rendering in stereo means that every visible object must be drawn twice from different perspectives. Techniques like single-pass rendering can improve rendering efficiency by reducing the duplication of effort, but also require changes to shaderA program that runs on the GPU. More info
See in Glossary
code.

Topic Description
Universal Render Pipeline compatibility in XR Understand which Universal Render PipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info
See in Glossary
features are compatible with XR platforms.
Stereo rendering Understand stereo rendering for XR platforms.
Foveated rendering Learn about foveated rendering for XR.
VR frame timing Learn about VRVirtual Reality More info
See in Glossary
frame timing.
Run an XR application
Universal Render Pipeline compatibility in XR