- 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.
- Advanced Splunk
- Mastering LibGDX Game Development
- QGIS By Example
- Oracle 18c 必須掌握的新特性:管理與實戰
- Access 2010數據庫應用技術(第2版)
- RealSenseTM互動開發實戰
- 計算機應用基礎案例教程
- C#開發案例精粹
- Fast Data Processing with Spark(Second Edition)
- 軟件測試分析與實踐
- 軟件測試技術
- Shopify Application Development
- Python繪圖指南:分形與數據可視化(全彩)
- Manage Your SAP Projects with SAP Activate
- Python程序員面試算法寶典