Skip to content

An error occurred after installing the MRTK program in Unity. #9528

Answered by MaxWang-MS
parsley777 asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is due to the fact that the default profile is based on the legacy XR pipeline, which is deprecated in Unity 2019 and removed in Unity 2020. The preferred (by Unity) XR pipeline in Unity 2019 and the only XR pipeline in Unity 2020 is the XR SDK pipeline.

The solution is to click on the MixedRealityToolkit GameObject in the hierarchy, look at the inspector window and then change the profile to DefaultHololens2XRSDKConfigurationProfile as you are targeting HoloLens 2 (if you are not you can use DefaultXRSDKConfigurationProfile and customize it as needed).

For more information on customizing profiles for XRSDK, please see here (profile related information is in the "Configuring MRT…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MaxWang-MS
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants