- 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.
- SSM輕量級框架應用實戰
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- 動手學數據結構與算法
- 智能搜索和推薦系統:原理、算法與應用
- Django 3.0入門與實踐
- Angular Design Patterns
- WildFly Cookbook
- SSH框架企業級應用實戰
- Java程序設計實用教程(第2版)
- H5匠人手冊:霸屏H5實戰解密
- 分布式系統架構與開發:技術原理與面試題解析
- Learning RSLogix 5000 Programming
- Hands-On Game Development Patterns with Unity 2019
- 數據庫基礎與應用實驗教程:Visual FoxPro 6.0
- Python程序設計案例教程:從入門到機器學習(微課版)