Skip to content

Commit 160fd37

Browse files
UPDATE: Project Description UI now part of CAVE2-PlayerController (disabled by default)
1 parent 6e0477b commit 160fd37

File tree

6 files changed

+3
-5
lines changed

6 files changed

+3
-5
lines changed
Binary file not shown.

CAVE2/Examples/ProjectDescriptionUI/ProjectDescriptionCanvasUI .prefab.meta renamed to CAVE2/Examples/ProjectDescriptionUI/ProjectDescriptionCanvas.prefab.meta

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
15.8 KB
Binary file not shown.
2.66 KB
Binary file not shown.

CAVE2/Scripts/Util/CAVE2ScreenMaskRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public enum RenderMode { None, Background, Overlay }
1010
void Start()
1111
{
1212
#if UNITY_EDITOR
13-
if (UnityEngine.XR.XRSettings.enabled && renderMode == RenderMode.Background)
13+
if (UnityEngine.VR.VRSettings.enabled && renderMode == RenderMode.Background)
1414
{
1515
renderMode = RenderMode.Overlay;
1616
}

0 commit comments

Comments
 (0)