-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Mixed Reality Toolkit Menu
Yoon Park edited this page May 22, 2018
·
2 revisions
The Mixed Reality Toolkit comes with an embedded menu simplifying many operations.
This option will launch the HoloToolkit Build window to easily build and deploy to the HoloLens.
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.
- Apply Mixed Reality 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 Mixed Reality 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 in your default browser.
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.
This sub menu contains all the menu items for the UAudioTools.
- Profiler - Used to profile UAudio objects.
- Show Help - Opens the Unity Development Overview in your default browser.
Project Management
Contributing