How to build and deploy a working unity app with MRTK v2 RC for HoloLens 1?

爱⌒轻易说出口 提交于 2019-11-29 17:46:29

The errors starting with "Reference Rewriter" are benign and can safely be ignored, (tracked by this bug).

It's possible that your SampleScene that you are building is actually empty, in other words has no content. It may be a good idea to try instead to build and deploy the HandInteractionAllExample scene, located at Assets\MixedRealityToolkit.Examples\Demos\HandTracking\Scenes\HandInteractionExamples.unity.

Otherwise, your steps are looking correct. Please also see this answer for instructions on how to build a UWP using MRTK v2.

Try to disable WSA Holographic Remoting Supported flag under Project Settings > Player > Universal Windows Platform settings > XR Settings.

With that option enabled, the scene is loaded successfully but is not shown on the screen.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!