- HoloLens Beginner's Guide
- Jason Odom
- 291字
- 2021-07-02 23:35:21
Installing the HoloToolkit
Now that we have a basic understanding of prefabs out of the way, we will need to install the HoloToolkit (HTK) in our project in order to get into user input. The HTK is a collection of useful tools and examples of how to implement them. Many of the tools that have been designed for the HoloLens are in this very useful repository. The group contributing to the HTK are very active and major changes happen weekly; it is highly recommended that you keep up with the ongoing changes:
- First, you will need to find the HoloToolkit ZIP file that you downloaded (or download it now from h t t p s ://g i t h u b . c o m /M i c r o s o f t /H o l o T o o l k i t - U n i t y ) and extract it to your desktop or to a temporary directory.
- Open the directory that you extracted the files to and double-click on the Assets folder.
- Select all the files in that directory either with your mouse or using Ctrl + A.
- Split the screen between your Unity window and your extraction directory:
Screen split between Unity window and directory
- Click on the selected files and drag them down to the Assets folder in the Unity Project view:

- This process can take some time to complete, so be patient. On completion, your Assets folder should have these new additions:

- We are nearly ready to begin the next section of our project. However, first select the Platform object from the Hierarchy view and press the Delete key.
- Now, press Ctrl + S to save the scene.
推薦閱讀
- Java 開發從入門到精通(第2版)
- Practical Internet of Things Security
- INSTANT CakePHP Starter
- CouchDB and PHP Web Development Beginner’s Guide
- 3D少兒游戲編程(原書第2版)
- Java 11 Cookbook
- Getting Started with Hazelcast(Second Edition)
- HTML5開發精要與實例詳解
- Android Development Tools for Eclipse
- Go語言從入門到精通
- AMP:Building Accelerated Mobile Pages
- Instant Automapper
- Hands-On Dependency Injection in Go
- Oracle Database XE 11gR2 Jump Start Guide
- Elasticsearch搜索引擎構建入門與實戰