Skip to content

Commit 768e432

Browse files
authored
Merge pull request #10077 from keveleigh/update-render-from-pv-cam-info
Improve PV camera version messages
2 parents 2e1a97a + 8294c7d commit 768e432

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Assets/MRTK/Providers/WindowsMixedReality/Shared/Editor/WindowsMixedRealityCameraSettingsProfileInspector.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ public override void OnInspectorGUI()
4646
EditorGUILayout.Space();
4747
using (new EditorGUILayout.HorizontalScope())
4848
{
49-
EditorGUILayout.LabelField("Mixed Reality Capture Settings (Experimental)", EditorStyles.boldLabel);
49+
EditorGUILayout.LabelField("Mixed Reality Capture Settings", EditorStyles.boldLabel);
5050
InspectorUIUtility.RenderDocumentationButton(MRCDocURL);
5151
}
52-
EditorGUILayout.HelpBox("Render from PV camera is supported in Unity 2018.4.13 and newer if using Unity 2018, and in Unity 2019.4.9f1 and newer if using Unity 2019. Enabling the feature on other versions may result in incorrect capture behavior.", MessageType.Info);
53-
EditorGUILayout.HelpBox("This doesn't work on XR SDK when we shipped this MRTK release. See this page for the latest information: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/8707", MessageType.Info);
52+
53+
EditorGUILayout.HelpBox("On legacy XR, render from PV camera is supported in Unity 2018.4.35f1 and newer if using Unity 2018 and Unity 2019.4.26f1 and newer if using Unity 2019.", MessageType.Info);
54+
EditorGUILayout.HelpBox("On Windows XR Plugin, render from PV camera is supported in versions 2.8.0, 4.5.0, and 5.3.0 (and newer in each respective major version).", MessageType.Info);
5455
EditorGUILayout.PropertyField(renderFromPVCameraForMixedRealityCapture, PVCameraRenderingTitle);
5556

5657
EditorGUILayout.Space();

0 commit comments

Comments
 (0)