- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 127字
- 2021-07-02 19:08:02
Build configurations with Unity
Take a look at the configurations in the Build or Deploy drop-down. We have three configurations now, but although some names might seem familiar, they are not quite what you are used to. We have the following options:

Also, note that the processor architecture is ARM, by default. This is a left-over from the Phone tooling on which the HoloLens SDK is based. However, the HoloLens uses a x86 processor, so you need to set this to x86 as well. I suggest that you use Debug/X86 for now. We also have the now familiar options for the deployment. You can use the emulator, the device through Wi-Fi (Remote Machine), or the device through USB (Device)--which one you choose is up to you.
推薦閱讀
- Web程序設計及應用
- Learning Spring 5.0
- 我的第一本算法書
- Cassandra Data Modeling and Analysis
- Amazon S3 Cookbook
- 數據結構習題解析與實驗指導
- C++寶典
- Instant Debian:Build a Web Server
- 遠方:兩位持續創業者的點滴思考
- Visual C++從入門到精通(第2版)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Node.js實戰:分布式系統中的后端服務開發
- JavaWeb從入門到精通(視頻實戰版)
- Unity 5 Game Optimization
- Microsoft XNA 4.0 Game Development Cookbook