Skip to content

Commit f08c4a1

Browse files
RogPodgekeveleigh
andauthored
Update recommended Unity version for mixed reality capture (#9170) (#9177)
* Update Profile Camera info message * Update Assets/MRTK/Providers/WindowsMixedReality/Shared/Editor/WindowsMixedRealityCameraSettingsProfileInspector.cs Co-authored-by: Kurtis <[email protected]> * updated info messages * Update Assets/MRTK/Providers/WindowsMixedReality/Shared/Editor/WindowsMixedRealityCameraSettingsProfileInspector.cs Co-authored-by: Kurtis <[email protected]> Co-authored-by: Kurtis <[email protected]> Co-authored-by: Kurtis <[email protected]>
1 parent cb42167 commit f08c4a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public override void OnInspectorGUI()
4646
EditorGUILayout.LabelField("Mixed Reality Capture Settings (Experimental)", EditorStyles.boldLabel);
4747
InspectorUIUtility.RenderDocumentationButton(MRCDocURL);
4848
}
49-
EditorGUILayout.HelpBox("Render from PV Camera is supported on Unity 2018.4.13f1 or newer and 2019.3.0f1 or newer. Enabling the feature on other versions may result in incorrect capture behavior.", MessageType.Info);
49+
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);
50+
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);
5051
EditorGUILayout.PropertyField(renderFromPVCameraForMixedRealityCapture, pvCameraRenderingTitle);
5152

5253
EditorGUILayout.Space();
@@ -72,4 +73,4 @@ protected override bool IsProfileInActiveInstance()
7273
MixedRealityToolkit.Instance.ActiveProfile.CameraProfile.SettingsConfigurations.Any(s => s.SettingsProfile == profile);
7374
}
7475
}
75-
}
76+
}

0 commit comments

Comments
 (0)