HoloLens開發 MRTK展示

1.安裝unity 4.8.12版本,自動安裝vs2017.

2.安裝 windows SDK         https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk

3.下載MRTK  資源包      https://github.com/Microsoft/MixedRealityToolkit-Unity/releases

4.配置unity中的設置       (設置0.85,代表0.85之外都被HoloLens除掉)

       一、切換平臺UMP  (設置player、quality、ump平臺設置)

       二、導入foundation、example 

       三、一些prefabs預製體或者assets資源需要用到TextMesh Pro,因此需要導入TextMesh Pro資源包,在菜單Window -> TextMeshPro -> Import TMP Essential Resources。  (退出再重新打開unity)

       四、打開範例場景,Assets\MixedRealityToolkit.Examples\Demos\HandTracking\Scenes\HandInteractionExamples。

   (例子的操作https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/README_HandInteractionExamples.html

5.展示:  兩種方法:

      一、電腦與HoloLens鏈接同一局域網      直接通過unity展示

      二、build一下

 

 

mrtk所有版本:https://github.com/Microsoft/MixedRealityToolkit-Unity/releases

參考兩個博客:  MRTK相關:https://blog.csdn.net/JiangCoolguy/article/details/94549643

       HoloLens配置相關:https://blog.csdn.net/yuanlaijike/article/details/85197249

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章