microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Wiki Update #313

Closed StephenHodgson closed 7 years ago

StephenHodgson commented 7 years ago

@NeerajW There's no good way to update the Wiki if you're not a Microsoft member, but here's an update for the HoloToolkit-menu.md based off my PR https://github.com/Microsoft/HoloToolkit-Unity/pull/307:

# HoloToolkit Menu
The HoloTookit comes with an embedded menu simplifying many operations.

***

##Build Window
This option will launch the HoloToolkit Build window to easily build and deploy to the HoloLens.

## Configure
The Configure sub menu provides functionality to configure your projects and scenes with standard changes for HoloLens development. These changes were drawn from the [Unity Development Overview](https://developer.microsoft.com/en-us/windows/holographic/unity_development_overview#Configuring_a_Unity_project_for_HoloLens
).

* **Apply HoloLens Scene Settings** - This option will apply the standard scene adjustments, namely modifications to the main camera's position, clear flags, background color, and near clip plane.
* **Apply HoloLens Project Settings** - This option will apply the standard project adjustments, namely switching to the WSA build platform as a D3D application, setting the quality default to 'Fastest' and enabling Virtual Reality support for the HoloLens.
* **Show Help** - Opens the [Unity Development Overview](https://developer.microsoft.com/en-us/windows/holographic/unity_development_overview#Configuring_a_Unity_project_for_HoloLens
) in your default browser. 

##Sharing Service
The sharing service sub menu provides functionality to run the sharing services.

* **Launch Sharing Service** - This launches the Sharing Service executable located in your projects root folder under External\HoloToolkit\Sharing\Server.  This will launch the sharing service server in local mode.
* **Launch Session Manager** - This launches the sharing service session manager where you can easily create new sessions, and view current sessions the their users.
* **Launch Profiler** - This launches the sharing service profiler where you view live data.

##UAudioTools
This sub menu contains all the menu items for the UAudioTools.

* **Profiler** - Used to profile UAudio objects.
jwittner commented 7 years ago

I updated the wiki.