- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 195字
- 2021-07-02 19:08:11
Building the project
If you have placed your objects in the spot you want, save the scene and rebuild it using the PlayerSettings dialog. I assume that you still have Visual Studio open, so if you move there after the building is done, it will warn you about changes in the project. Just reload it and build the project in Visual Studio.
Before you build, however, ensure that you have set the configuration as described in the first chapter; set it to Debug for x86.
If you build the solution for the first time, it will load all the NuGet packages. Again, this might take some time the first time you do this. Also, the first build might take pretty long, but that's only the case the first time. It helps to do this as soon as possible in the project, so you are not bothered with this during development.
You can choose to build a Release build; in our case, this will not matter much. Release builds tend to be a bit faster, but you will miss the debug information in case something goes wrong.
If the build has succeeded, it's time to deploy.
- 數據庫系統原理及MySQL應用教程(第2版)
- Python快樂編程:人工智能深度學習基礎
- Building a Home Security System with Raspberry Pi
- CentOS 7 Linux Server Cookbook(Second Edition)
- Rust編程從入門到實戰
- Elastic Stack應用寶典
- C語言程序設計
- 青少年學Python(第2冊)
- ROS機器人編程實戰
- Getting Started with Web Components
- JavaScript重難點實例精講
- C++游戲設計案例教程
- Git Version Control Cookbook
- C#編程魔法書
- Python輕松學:爬蟲、游戲與架站