- 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:

推薦閱讀
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Responsive Web Design with HTML5 and CSS3
- Java開發(fā)入行真功夫
- 網(wǎng)頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- YARN Essentials
- 重學Java設計模式
- PostgreSQL Replication(Second Edition)
- Python:Master the Art of Design Patterns
- C語言課程設計
- PLC應用技術(shù)(三菱FX2N系列)
- 基于SpringBoot實現(xiàn):Java分布式中間件開發(fā)入門與實戰(zhàn)
- 快速入門與進階:Creo 4·0全實例精講
- Web程序設計:ASP.NET(第2版)
- 城市信息模型平臺頂層設計與實踐
- Hands-On Data Visualization with Bokeh