mixed-reality

Welcome to the Mixed Reality Feature Tool

Mixed Reality Feature Tool banner image

[!IMPORTANT] The Mixed Reality Feature Tool is only available for Unity at the moment. If you’re developing in Unreal, refer to the tools installation documentation.

The Mixed Reality Feature Tool is a new way for developers to discover, update, and add Mixed Reality feature packages into Unity projects. You can search packages by name or category, see their dependencies, and even view proposed changes to your projects manifest file before importing. If you’ve never worked with a manifest file before, it’s a JSON file containing all your projects packages. Once you’ve validated the packages you want, the Mixed Reality Feature tool will download them into the project of your choice.

System requirements

Before you can run the Mixed Reality Feature Tool, you’ll need:

[!NOTE] The Mixed Reality Feature Tool currently only runs on Windows.

Download

Once you have your environment set up:

[!NOTE] If you’re new to using the Unity Package Manager, follow our UPM instructions.

Changes in this release

Version 1.0.2209.0-Preview includes the following improvements:

1. Getting started

Launch the Mixed Reality Feature Tool from the executable file, which displays the start page on first launch:

Getting started

From the start page, you can:

2. Selecting your Unity project

To ensure that all discovered features are supported on your project’s version of Unity, the fist step is to point the Mixed Reality Feature Tool to your project using the ellipsis button (to the right of the project path field).

Select the Unity project

[!NOTE] The dialog that’s displayed when browsing for the Unity project folder contains ‘_’ as the file name. There must be a value for the file name to enable the folder to be selected.

When you have located your project’s folder, click the Open button to return to the Mixed Reality Feature Tool.

[!IMPORTANT] The Mixed Reality Feature Tool performs validation to ensure that it has been directed to a Unity project folder. The folder must contain Assets, Packages and Project Settings folders.

Once the project has been selected, you can

and/or

3. Discovering and acquiring feature packages

Features are grouped by category to make things easier to find. For example, the Mixed Reality Toolkit category has several features for you to choose from:

Discovery and acquisition

[!NOTE] If you will be using the MRTK3 public preview release in your project, you must enable Show preview releases as shown below in the red box.

Recommended Feature Settings for MRTK3

When the Mixed Reality Feature Tool recognizes previously imported feature(s), it displays a notification message by each.

Notification of imported feature

Once you’ve made your choices, select Get features to download all the required packages from the catalog. For more information, please see discovering and acquiring features.

4. Importing feature packages

Following acquisition, the complete set of packages is presented, along with a list of required dependencies. If you need to change any feature or package selections, this is the time:

Importing packages

We highly recommend using the Validate button to ensure the Unity project can successfully import the selected features. After validation, you’ll see a pop-up dialog with a success message or a list of identified issues.

Select Import to continue.

[!NOTE] After clicking the Import button, if any issues remain a simple message will be displayed. The recommendation is to click No and to use the Validate button to view and resolve the issues.

For more information, please see importing features.

5. Reviewing and approving project changes

The final step is reviewing and approving the proposed changes to the manifest and project files:

Authorization

For more information, see reviewing and approving project modifications.

6. Project updated

When the proposed changes are approved, your target Unity project is updated to reference the selected Mixed Reality features.

Project updated

The Unity project’s Packages folder now has a MixedReality subfolder with the feature package file(s) and the manifest will contain the appropriate reference(s).

Return to Unity, wait for the new selected features to load, and start building!

See also