Skip to content

Commit 4432458

Browse files
committed
remove out-of-date comment
1 parent ae83b2f commit 4432458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class MixedRealityProjectConfiguratorWindow : EditorWindow
1919
{
2020
private const float Default_Window_Height = 500.0f;
2121
private const float Default_Window_Width = 300.0f;
22-
private const string XRPipelineDocsUrl = "https://aka.ms/mrtkxrpipeline"; // Putting the generic MR docs on Unity versions/pipelines here before the MRTK XR pipeline doc is published.
22+
private const string XRPipelineDocsUrl = "https://aka.ms/mrtkxrpipeline";
2323
private const string XRSDKUnityDocsUrl = "https://docs.unity3d.com/Manual/configuring-project-for-xr.html";
2424
private const string MSOpenXRPluginUrl = "https://aka.ms/openxr-unity-install";
2525
private const string MRTKConfiguratorLogPrefix = "[MRTK Configurator]";

0 commit comments

Comments
 (0)