VR and most MR devices require rendering the Unity scene in stereo. Unity XR supports two stereo render modes:
Note: The earlier technique of rendering the scene into a double-wide texture using a single render pass is no longer available.
You can find the Render mode setting under XR Plug-in Management in Player Settings. Each XR provider plug-in provides its own setting, if it supports different render modes.
To set a render mode:
Open Project Settings (menu: Edit > Project Settings).
Expand the XR Plugin Management section, if necessary.
Select the settings page for the relevant provider plug-in.
Choose a mode from the list.
Render mode options in the MockHMD provider plug-in
Note: Some plug-ins name the setting Stereo Rendering Mode.
PlayStation VR
Oculus Rift (DirectX 11)
HoloLens
Magic Leap
Multiview 拡張をサポートする Android デバイス
デスクトップの DirectX の場合は、GPU は Direct3D 11 と VPAndRTArrayIndexFromAnyShaderFeedingRasterizer
拡張をサポートする必要があります。
GL_NV_viewport_array2
GL_AMD_vertex_shader_layer
GL_ARB_shader_viewport_layer_array
ノート: Unity は、ディファードレンダリングを使用している場合、古いレンダーパイプラインでシングルパスステレオインスタンシングをサポートしません。