Skip to content

Commit af16c3f

Browse files
author
Stephen Hodgson
committed
Updated InputManager.asset download URL
1 parent d9c1382 commit af16c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/HoloToolkit/SharingWithUNET/UI/Scripts/StartSessionButton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class StartSessionButton : MonoBehaviour, IInputClickHandler
1616
private NetworkDiscoveryWithAnchors networkDiscovery;
1717

1818
// Use this for initialization
19-
void Start()
19+
private void Start()
2020
{
2121
networkDiscovery = NetworkDiscoveryWithAnchors.Instance;
2222

Assets/HoloToolkit/Utilities/Scripts/Editor/ProjectSettingsWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace HoloToolkit.Unity
1616
public class ProjectSettingsWindow : AutoConfigureWindow<ProjectSettingsWindow.ProjectSetting>
1717
{
1818
private const string SharingServiceURL = "https://raw.githubusercontent.com/Microsoft/MixedRealityToolkit-Unity/master/External/HoloToolkit/Sharing/Server/SharingService.exe";
19-
private const string InputManagerAssetURL = "https://raw.githubusercontent.com/Microsoft/MixedRealityToolkit-Unity/master/ProjectSettings/InputManager.asset";
19+
private const string InputManagerAssetURL = "https://raw.githubusercontent.com/Microsoft/MixedRealityToolkit-Unity/Dev_Unity_2017.2.0/ProjectSettings/InputManager.asset";
2020

2121
#region Nested Types
2222

0 commit comments

Comments
 (0)