Hololens2 开发基本知识

基本知识收集:

HoloLens 2开发需要什么?

你需要使用Unity 2018.4以上或Unity 2019.2以上,以及微软的Mixed Reality Toolkit v2(MRTK v2)。HoloLens 2支持将随着MRTKv2 RC1于2019年3月发布。

下载Mixed Reality Toolkit v2:

https://github.com/Microsoft/MixedRealityToolkit-Unity/releases/tag/v2.0.0-Beta2

如何在Unity 2018.4和Unity 2019.1b之间进行选择?

微软目前推荐使用Unity 2018.4,因为它是当前最稳定的开发环境并且支持32位ARM。在世界移动通信大会上,我们看到了多个使用Unity 2018.3构建的高性能体验的演示。

我们也可以把Unity 2019.2用于需要额外性能提升的HoloLens 2项目。Unity 2019.2是首个支持用于UWP的64位ARM架构的版本,而且64位会让性能得到极大的提升效果。

如何了解关于微软MRTK v2和HoloLens 2未来支持的信息?

请访问微软的MRTK v2入门指南(Getting Started with MRTK v2),深入了解MRTK v2工具包,并访问MRTK v2路线图,了解微软未来发布内容的时间线。

MRTK v2入门指南:

https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki/Getting-Started-with-MRTK-v2

如何了解把第一代HoloLens应用移植到HoloLens 2的方法 

https://docs.microsoft.com/en-us/windows/mixed-reality/index#news-and-notes

Holotoolkit  接口类(HTK)升级 MRTK 指南:

https://github.com/microsoft/MixedRealityToolkit-Unity/blob/mrtk_development/Documentation/HTKToMRTKPortingGuide.md

MRTK v2路线图:

https://github.com/Microsoft/MixedRealityToolkit-Unity/blob/mrtk_release/Roadmap.md

猜你喜欢

转载自www.cnblogs.com/barnet/p/12355588.html
今日推荐