- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 172字
- 2021-07-02 19:08:02
The structure of a Unity HoloLens UWP app solution
As I said before, the solution contains three different projects:
- Assembly-CSharp (Universal Windows)
- Assembly-CSharp-firstpass (Universal Windows)
- HelloHoloOnUnity (Universal Windows)
The last project is our final project, the one we will deploy to the device. The first is a placeholder containing our scripts. If you look at it, you will see in the Scripts folder our PointerHelper.cs file:

If you make changes to the scripts here, they will also be visible in Unity. So this is the place to write the specific code for your application.
The second project is a helper-like project that ties the projects together. We do not have to worry about that now.
The actual project itself, in our case, HelloHoloOnUnity, is nothing more than a loader. It loads the Unity3D player and launches our scenes. The player is deployed to the device and that takes care of running the application. There is not much we can do in this code base now.
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Django開發從入門到實踐
- Python Tools for Visual Studio
- Spring Cloud、Nginx高并發核心編程
- C語言從入門到精通(第4版)
- Visual C#.NET Web應用程序設計
- 寫給程序員的Python教程
- Deep Learning with R Cookbook
- 軟件工程基礎與實訓教程
- Python Social Media Analytics
- Python繪圖指南:分形與數據可視化(全彩)
- Python實戰指南:手把手教你掌握300個精彩案例
- Implementing Splunk(Second Edition)
- PHP程序設計高級教程