Skip to content

Commit 929ac33

Browse files
author
Stephen Hodgson
authored
GettingStarted.md updated step numbering
1 parent 4dc3d06 commit 929ac33

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

GettingStarted.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
This document describes how to prepare the HoloToolkit sourcecode for use
22
in your project.
33

4-
# 1. Download a HoloToolkit-Unity Asset Package
4+
To get started either download the HoloToolkit-Unity Asset Package or grab a copy of this repository and download the entire project.
5+
6+
# 1a. Download a HoloToolkit-Unity Asset Package
57
You can download archived or daily builds of the HoloToolkit-Unity Asset Packages from the [HoloToolkit Archive](https://holotoolkit.download/) Rafael Rivera has so kindly put together for us.
68

7-
Once downloaded you can skip down to step 4.
9+
Continue to step 2.
810

9-
# 2. Preparing the HoloToolkit-Unity Code
11+
# 1b. Preparing the HoloToolkit-Unity Code
1012

1113
If you'd like to build the HoloToolkit from the source, you'll need to clone the GitHub repository at
1214
https://github.com/Microsoft/HoloToolkit-Unity.git. If you've never cloned a
1315
repo before then you should consider using the GitHub desktop client, see
1416
https://desktop.github.com/.
1517

16-
# 3. Preparing to use the HoloToolkit-Unity package
18+
# 1c. Preparing to use the HoloToolkit-Unity package
1719

1820
Open the folder you just cloned in Unity.
1921

2022
Now, inside of Unity ensure you have the Assets folder selected in the project view, and export the package. **IMPORTANT:** Make sure you select the root Assets folder in the Project. It contains important .rsp files like csc, gmcs and smcs.
2123

2224
`Assets -> Export Package…`
2325

24-
# 4. Using HoloToolkit-Unity in Your Project
26+
# 2. Using HoloToolkit-Unity in Your Project
2527

2628
Open or create your project in Unity.
2729

@@ -30,7 +32,7 @@ you have either downloaded or exported above]. **NOTE**: The HoloToolkit-Example
3032

3133
You should now have a `HoloToolkit` menu item.
3234

33-
# 5. Preparing a Scene for Holographic Content
35+
# 3. Preparing a Scene for Holographic Content
3436

3537
Remove the default camera in the project (the next step creates a camera
3638
customized for holographic development).
@@ -41,18 +43,15 @@ Add the `HoloLensCamera.prefab` (found under HoloToolkit/Input/Prefabs).
4143

4244
`HoloToolkit -> Configure -> Apply HoloLens Project Settings`
4345

44-
# 6. Building Your Project for HoloLens
46+
# 4. Building Your Project for HoloLens
4547

4648
`HoloToolkit -> Build Window -> Build Visual Studio SLN`
4749

4850
`Open SLN`
4951

5052
Deploy to the emulator or device.
5153

52-
# 7. Deploying your HoloLens app using Visual Studio
54+
# 5. Deploying your HoloLens app using Visual Studio
5355
1. Select **x86** in your build configuration
5456
2. Select emulator or the device that you're using
5557
3. Run the app
56-
57-
58-

0 commit comments

Comments
 (0)