Skip to content

Commit

Permalink
Update link from Unity Mixed Reality menu to WLT docs on DMC. (micros…
Browse files Browse the repository at this point in the history
…oft#269)

* Update link from Unity Mixed Reality menu to WLT docs on DMC.

* Bump version to 1.5.9.
  • Loading branch information
fast-slow-still authored Mar 7, 2022
1 parent 2c9ac08 commit 9c429e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/WorldLocking.Core/Scripts/WorldLockingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class WorldLockingManager
/// allowing quick visual verification of the version of World Locking Tools for Unity currently installed.
/// It has no effect in code, but serves only as a label.
/// </summary>
public static string Version => "1.5.8";
public static string Version => "1.5.9";

/// <summary>
/// The configuration settings may only be set as a block.
Expand Down
2 changes: 1 addition & 1 deletion Assets/WorldLocking.Tools/Editor/WorldLockingSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ private static void RemoveWorldLockingVisualisers()
}

private static readonly string WLTIssuesUrl = "https://github.com/microsoft/MixedReality-WorldLockingTools-Unity/issues";
private static readonly string WLTDocsUrl = "https://microsoft.github.io/MixedReality-WorldLockingTools-Unity/README.html";
private static readonly string WLTDocsUrl = "https://docs.microsoft.com/mixed-reality/world-locking-tools/";
private static readonly string WLTSamplesUrl = "https://microsoft.github.io/MixedReality-WorldLockingTools-Samples/README.html";

[MenuItem("Mixed Reality/World Locking Tools/Help/Show Documentation", false, priority = setupPriority)]
Expand Down

0 comments on commit 9c429e1

Please sign in to comment.