Skip to content

Commit 8224561

Browse files
Update VR doc for HDRP 8.x.x (#2649)
* edit VR doc for HDRP 8.x.x * Update VR-Overview.md Co-authored-by: Lewis Jordan <lewis.jordan@hotmail.co.uk>
1 parent 87d54ca commit 8224561

File tree

1 file changed

+5
-0
lines changed
  • com.unity.render-pipelines.high-definition/Documentation~

1 file changed

+5
-0
lines changed

com.unity.render-pipelines.high-definition/Documentation~/VR-Overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ You can use the following defines to include or exclude code from your scripts.
5050
* ENABLE_VR: The C++ side of the engine sets this define to indicate if the platform supports VR.
5151
* ENABLE_VR_MODULE: Unity sets this define if your Project includes the [built-in VR module com.unity.modules.vr](https://docs.unity3d.com/Manual/upm-ui-disable.html).
5252
* ENABLE_XR_MODULE: Unity sets this define if your Project includes the [built-in XR module com.unity.modules.xr](https://docs.unity3d.com/Manual/upm-ui-disable.html).
53+
54+
## Known issues
55+
56+
With single-pass rendering, some shaders external to HDRP (like TextMesh Pro) might only render on one eye.
57+
This issue has been resolved in the next version of HDRP (10.x and above).

0 commit comments

Comments
 (0)