Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit 06a35a9

Browse files
authored
Update README.md
1 parent 62b14dc commit 06a35a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A demonstration video in full length is available at https://youtu.be/-usFovY6nD
4141

4242
*Lab Vision requires [OpenCVForUnity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088) and a [Custom Vision](https://www.customvision.ai) network, including prediction endpoint and key.* The following gives a step-by-step instruction to set up the project:
4343

44-
1. Open the project (e.g., in the Unity Hub) with Unity Version 2019.4.15f1 and Universal Windows Platform. *Note: Another Unity version may require adjustments or API updates*
44+
1. Open the project (e.g., in the Unity Hub) with Unity Version 2019.4.15f1 and Universal Windows Platform. *Note: Another Unity version may require adjustments or API updates (e.g. XR Plugin System)*
4545

4646
2. Import [OpenCVForUnity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088) version 2.4.1 (e.g., using the Unity Package Manager). Only the OpenCVForUnity Wrapper API and prebuilt OpenCV for Windows and UWP are required.
4747

@@ -57,7 +57,7 @@ A demonstration video in full length is available at https://youtu.be/-usFovY6nD
5757

5858
### Dependencies
5959

60-
The following table contains dependencies required in this project:
60+
The following table highlights specific dependencies in this project:
6161

6262
| Dependency | Version | Resolvment | Remark |
6363
| ------------- |:-------------:| :-----| :---|
@@ -66,6 +66,7 @@ The following table contains dependencies required in this project:
6666
| [DotNetWinRT](https://www.nuget.org/packages/Microsoft.Windows.MixedReality.DotNetWinRT) | 0.5.1049 | Included in repository, resolved by NuGet for Unity | NuGet Package |
6767
| [Mixed Reality Toolkit for Unity](https://github.com/microsoft/MixedRealityToolkit-Unity) | 2.5.1 | Resolved by Unity Package Manager | Licensed under the MIT License |
6868
| [Barracuda](https://docs.unity3d.com/Packages/com.unity.barracuda@1.0/manual/index.html) | 1.0.4 | Resolved by Unity Package Manager | Required to run the Custom Vision network on the device (experimental feature) |
69+
| Windows Mixed Reality | 4.2.3 | Resolved by Unity Package Manager | The Unity legacy XR plugin is currently used. This package is deprecated and will be removed in Unity 2020.1 |
6970

7071
### Project Configuration
7172

@@ -83,6 +84,7 @@ Ensure that the following settings are configured in Unity:
8384
- Virtual Reality Supported: *true*
8485
- Depth Format: *16-bit*
8586
- Unity Editor: Ensure that all MRTK extension services have a profile assigned. (MixedRealityToolkit Game Object > Extension Services)
87+
- Package Manager: The project is built using legacy XR (Windows Mixed Reality).
8688

8789
### Build
8890

0 commit comments

Comments
 (0)