Version: 2022.1
言語: 日本語
XR のユニバーサルレンダーパイプラインの互換性
Single Pass Instanced rendering and custom shaders

Stereo rendering

VR and most MR devices require rendering the Unity scene in stereo. Unity XR supports two stereo render modes:

  • Multi-pass: in this mode, Unity renders the scene twice, performing a pass for each eye. This mode provides the widest compatibility with existing shaders and rendering utilities, but is the slower of the two modes.
  • Single pass instanced: in this mode, Unity renders the scene in a single pass using instanced draw calls. This mode greatly decreases CPU usage and slightly decreases GPU usage compared to rendering the scene twice.

Note: The earlier technique of rendering the scene into a double-wide texture using a single render pass is no longer available.

Set the render mode

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:

  1. Open Project Settings (menu: Edit > Project Settings).

  2. Expand the XR Plugin Management section, if necessary.

  3. Select the settings page for the relevant provider plug-in.

  4. 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 拡張をサポートする必要があります。

  • デスクトップの OpenGL の場合は、GPU は以下の拡張のうち 1 つをサポートする必要があります。
    • GL_NV_viewport_array2
    • GL_AMD_vertex_shader_layer
    • GL_ARB_shader_viewport_layer_array

ノート: Unity は、ディファードレンダリングを使用している場合、古いレンダーパイプラインでシングルパスステレオインスタンシングをサポートしません。

XR のユニバーサルレンダーパイプラインの互換性
Single Pass Instanced rendering and custom shaders
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961