Skip to content

Commit 457cf1c

Browse files
committed
More information and guidance around package import
1 parent a126986 commit 457cf1c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/mrtk3-overview/getting-started/setting-up/setup-new-project.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,25 @@ For MRTK3 packages, we recommend checking for the [latest release on the GitHub
2222

2323
![GitHub release assets](../../images/github-release.png)
2424

25+
We recommend the following packages to help you get started quickly:
26+
2527
- org.mixedrealitytoolkit.core
2628
- org.mixedrealitytoolkit.uxcore
2729
- org.mixedrealitytoolkit.standardassets
2830
- org.mixedrealitytoolkit.spatialmanipulation
2931
- org.mixedrealitytoolkit.uxcomponents
3032
- org.mixedrealitytoolkit.input
3133

32-
We'll also need the latest Mixed Reality Graphics Tools package from [its GitHub repo](https://github.com/microsoft/MixedReality-GraphicsTools-Unity/releases), also under **Assets**.
34+
We'll also need the latest Mixed Reality Graphics Tools package from [its GitHub repo](https://github.com/microsoft/MixedReality-GraphicsTools-Unity/releases), also under **Assets**:
35+
36+
![MRGT GitHub release assets](../../images/github-release-mrgt.png)
3337

3438
- com.microsoft.mrtk.graphicstools.unity
3539

40+
Copy these files somewhere into your project folder. We recommend a subfolder under **Packages**.
41+
42+
![MRTK Packages folder](../../images/mrtk-packages-folder.png)
43+
3644
Using UPM's ability to [import local tarball files](https://docs.unity3d.com/6000.0/Documentation/Manual/upm-ui-tarball.html), we'll import the above packages in the following order, to correctly resolve dependencies:
3745

3846
- com.microsoft.mrtk.graphicstools.unity
11.3 KB
Loading
17.1 KB
Loading

0 commit comments

Comments
 (0)