- Prerequisites
- Mixed Reality Toolkit 2.4.x - 2.7.x (tested with MRTK 2.5.4)
- Follow the steps listed in First Installation
- Import MRTK into the project
- Import ISAR MRTK Extensions into the project
- Open Package Manager in the Unity editor (
Window -> Package Manager
) - Click the + then Add package from disk... and select the file
package.json
from thecom.hololight.isar.mrtk
directory contained in this repository
- Open Package Manager in the Unity editor (
Follow the steps listed in Project Configuration.
- Choose
ISAR -> Configure MRTK
to configure the scene for ISAR. This will add and configure the necessary objects to the scene.
To configure the scene manually (e.g. to integrate with existing MRTK configurations) follow the steps below.
- Configured the scene to use MRTK by selecting
Mixed Reality Toolkit -> Add to Scene and Configure...
in the top menu bar of Unity. - Select MixedRealityToolkit from the scene and in the Inspector panel, change the configuration profile to IsarXRSDKConfigurationProfile
After configuring the scene, confirm:
- ... MixedRealityToolkit -> Input -> Input Data Providers contains ISAR XRSDK Device Manager
- ... MixedRealityToolkit -> Input -> Input Data Providers contains ISAR XRSDK Touch Device Manager
- ... MixedRealityToolkit -> Camera -> Camera Settings Providers contains XR SDK Camera Settings
Follow the steps listed in First Run.
The below list contains specific issues that may occur when running with the ISAR MRTK Extension package installed. For all other troubleshooting issues, see Troubleshooting.
- If several missing assembly reference errors appear, open
ISAR Core MRTK Extensions/Runtime/Hololight.Isar.Runtime.MRTK
with Unity and confirm Override References is checked. If not, check it.