当前位置:网站首页>用Unity发布APP到Hololens2无坑教程
用Unity发布APP到Hololens2无坑教程
2022-08-05 03:08:00 【Leoysq】
关于SDK的安装,本节不讨论!主要讨论发布前设置与部署到Hololens2的流程。
一. 发布前基本设置
1.假设你的工程没有问题,能够顺利发布UWP工程文件
发布前参考设置如下:
二 进入部署
本教程部署的方法是官方推荐的三种之一,发布离线版APPX进行安装!
1.拿到发布的工程文件
2.用Visual studio打开 .sln文件发布.APPX
发布完以后拿到
3.连接Hololens2进行安装
将电脑网络和Hololens2设备的wifi链接到同一路由器网络下,打开眼镜查看IP
查看Hololens2 的IP方法:打开眼镜中的设置->网络 ->Wifi 拉到最下面,有一个硬件属性,点开来就有IP地址了。
例如:192.168.1.101
打开电脑浏览器,输入上面IP,访问Hololens的安装后台主页
选择文件,点击
即可完成安装。
注意:如果有同名的APP则会安装失败,需要卸载原有的。
边栏推荐
- On governance and innovation, the 2022 OpenAtom Global Open Source Summit OpenAnolis sub-forum came to a successful conclusion
- Native js realizes the effect of selecting and canceling all the multi-select boxes
- The pit of std::string::find return value
- Why is the pca component not associated
- 【Daily Training】1403. Minimum Subsequence in Non-Increasing Order
- 数学-求和符号的性质
- Data to enhance Mixup principle and code reading
- Lexicon - the maximum depth of a binary tree
- Study Notes-----Left-biased Tree
- The problem of lack of dynamic library "libtinfo.so.5" in ksql application under UOS system
猜你喜欢
你要的七夕文案,已为您整理好!
J9 Digital Currency: What is the creator economy of web3?
数据增强Mixup原理与代码解读
Beidou no. 3 short message terminal high slope in open-pit mine monitoring programme
Why did they choose to fall in love with AI?
Apache DolphinScheduler, a new generation of distributed workflow task scheduling platform in practice - Medium
[Filter tracking] based on matlab unscented Kalman filter inertial navigation + DVL combined navigation [including Matlab source code 2019]
QT language file production
VSCode Change Default Terminal how to modify the Default Terminal VSCode
Matlab画图3
随机推荐
sql server installation prompts that the username does not exist
1484. 按日期分组销售产品
word column notes
dmp(dump)转储文件
北斗三号短报文终端露天矿山高边坡监测方案
软链接引发的物理备份问题
Principle and Technology of Virtual Memory
QT MV\MVC structure
Multithreading (2)
The pit of std::string::find return value
思考(八十八):使用 protobuf 自定义选项,做数据多版本管理
2022 High-level installation, maintenance, and removal of exam questions mock exam question bank and online mock exam
静态方法获取配置文件数据
1527. Patients suffering from a disease
剑指Offer--找出数组中重复的数字(三种解法)
OpenGL 工作原理
大像素全景制作完成后,推广方式有哪些?
1527. 患某种疾病的患者
Syntax basics (variables, input and output, expressions and sequential statement completion)
链表的简单描述及代码的简单实现