Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ Then you can use the [face landmark](https://huggingface.co/unity/sentis-face-la
|
|
16 |
|
17 |
## How to Use
|
18 |
* Create a new scene in Unity 2023
|
19 |
-
* Install `com.unity.sentis` version `1.
|
20 |
* Put the iris_landmark.sentis file in the `Assets/StreamingAssets` folder
|
21 |
* Put a video in the `Assets/StreamingAssets` folder and set `videoName` variable to the video name
|
22 |
* Create a RawImage and place it in your scene. Link to this image in the `previewUI` field.
|
|
|
16 |
|
17 |
## How to Use
|
18 |
* Create a new scene in Unity 2023
|
19 |
+
* Install `com.unity.sentis` version `1.4.0-pre.3` from the package manager
|
20 |
* Put the iris_landmark.sentis file in the `Assets/StreamingAssets` folder
|
21 |
* Put a video in the `Assets/StreamingAssets` folder and set `videoName` variable to the video name
|
22 |
* Create a RawImage and place it in your scene. Link to this image in the `previewUI` field.
|