使用MRTK2.5.1

 

视频讲解

https://www.bilibili.com/video/BV1VK411V74p?p=2

MRTK Github链接

https://github.com/microsoft/MixedRealityToolkit-Unity

官方文档

https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/usingupm.html

在Unity Packages添加MRTK,方便管理和更新

使用MRTK2.5.1_第1张图片

在Packages/manifest.json添加

{
  "scopedRegistries": [
    {
      "name": "Microsoft Mixed Reality",
      "url": "https://pkgs.dev.azure.com/aipmr/MixedReality-Unity-Packages/_packaging/Unity-packages/npm/registry/",
      "scopes": [
        "com.microsoft.mixedreality",
        "com.microsoft.spatialaudio"
      ]
    }
  ],

  "dependencies": {
    "com.microsoft.mixedreality.toolkit.examples": "2.5.1",
    "com.microsoft.mixedreality.toolkit.foundation": "2.5.1",
    "com.microsoft.mixedreality.toolkit.tools": "2.5.1",

 

你可能感兴趣的:(Hololens,MR混合现实技术,MRTK,HoloLens,Unity,MR,hololens)