视频讲解
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,方便管理和更新

在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",
博客提供了MRTK相关视频讲解链接、Github链接和官方文档链接。还介绍了在Unity Packages中添加MRTK的方法,可方便对其进行管理和更新,具体是在Packages/manifest.json中添加。
2823

被折叠的 条评论
为什么被折叠?



