- HoloLens Beginner's Guide
- Jason Odom
- 202字
- 2021-07-02 23:35:18
Build settings
Before we can start the building process, we will need to set up Unity's build settings so that we get the correct output to compile. The building is a word used to say that Unity will take all of the assets that we have put together and break it down into a format that Visual Studio can understand:
- Click on File and move it to Build Settings or press Ctrl + Shift + B:

This will bring up the Build Settings window. Unity can output a project to many different platforms; but we need to set it up for HoloLens.
- Click on the Add Open Scenes button to add our current scene to the Build register:

- Under Platforms, select Windows Store and click on the Switch Platform button below it. The Unity icon will appear next to Windows Store to let you know that it is selected.
- On the right-hand side of the window under Windows Store, search for the SDK drop-down box and select Universal 10.
- Select the UWP Build Type drop-down and change it to D3D.
- Check the box next to Unity C# Projects.
This is how our Build Settings window should look now:

推薦閱讀
- Java技術(shù)手冊(原書第7版)
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團(tuán)隊協(xié)同等核心場景實戰(zhàn)
- 用Flutter極速構(gòu)建原生應(yīng)用
- 軟件工程
- Mastering Predictive Analytics with Python
- Learning Three.js:The JavaScript 3D Library for WebGL
- Swift 4 Protocol-Oriented Programming(Third Edition)
- 微課學(xué)人工智能Python編程
- 從零學(xué)Java設(shè)計模式
- SFML Game Development
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用
- 讀故事學(xué)編程:Python王國歷險記
- C#程序開發(fā)參考手冊
- Mastering Unity Scripting
- Vue.js項目開發(fā)實戰(zhàn)