13 [MenuItem(
"Mixed Reality Toolkit/Sharing Service/Launch Sharing Service",
false, 100)]
16 string filePathName =
@"External\HoloToolkit\Sharing\Server\SharingService.exe";
18 if (!File.Exists(filePathName))
20 Debug.LogError(
"Sharing service does not exist at location: " + filePathName);
21 Debug.LogError(
"Please enable the Sharing Service via HoloToolkit -> Configure -> Apply Project Settings.");
28 [MenuItem(
"Mixed Reality Toolkit/Sharing Service/Launch Session Manager",
false, 101)]
31 string filePathName =
@"External\HoloToolkit\Sharing\Tools\SessionManager\x86\SessionManager.UI.exe";
33 if (!File.Exists(filePathName))
35 Debug.LogError(
"Session Manager UI does not exist at location: " + filePathName);
36 Debug.LogError(
"Please enable the Sharing Service via HoloToolkit -> Configure -> Apply Project Settings.");
43 [MenuItem(
"Mixed Reality Toolkit/Sharing Service/Launch Profiler",
false, 103)]
46 string filePathName =
@"External\HoloToolkit\Sharing\Tools\Profiler\x86\ProfilerX.exe";
48 if (!File.Exists(filePathName))
50 Debug.LogError(
"Profiler does not exist at location: " + filePathName);
51 Debug.LogError(
"Please enable the Sharing Service via HoloToolkit -> Configure -> Apply Project Settings.");