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