bug及其解决方案
跑demo过程中遇到的bug及其解决方法:
- Unity中生成的工程进入VS后,要在C盘build,而且确保磁盘空间充足(3GB以上)否则会缺少GameAssembly.lib,依据:https://answers.unity.com/questions/1688472/how-to-solve-mapfileparserexe-exited-with-code-532.htmlG
- Win10开发者模式开启时:错误0x800f0922
解决方法:https://www.youtube.com/watch?v=v2ZVtAIsEm4,方法2 - Unity发布到UWP平台error:“IOException: Win32 IO returned 234. Path: C:\Program Files (x86)\Windows Kits.”
解决方法:https://blog.csdn.net/qq_41452267/article/details/106851395,方法1
相关网址记录
一些入门资料网站:
介绍MR的网站:https://docs.microsoft.com/zh-cn/windows/mixed-reality/
MRTK介绍网址:https://microsoft.github.io/MixedRealityToolkit-Unity/README.html
通过PC端可以监视hololens 2的网站:
http://127.0.0.1:10080/default.htm#Home
(USB连接,typec)
对应说明:
https://docs.microsoft.com/zh-cn/windows/mixed-reality/using-the-windows-device-portal
iros2020中hololens2和ros联动控制机器人,人机交互:
https://www.microsoft.com/en-us/research/event/mixed-reality-and-robotics-tutorial-iros-2020/#!agenda
https://github.com/microsoft/mixed-reality-robot-interaction-demo
hololens基于socket的UDP通信:
https://blog.csdn.net/qq_44197337/article/details/105943914
Vuforia与hololens联动介绍:
https://docs.microsoft.com/zh-cn/windows/mixed-reality/develop/unity/vuforia-development-overview
unity开发hololens的教程:
https://docs.microsoft.com/zh-cn/windows/mixed-reality/develop/unity/tutorials