PB Unity commited on
Commit
fa35d10
1 Parent(s): 7984146

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ The model detects 468 3D markers on a face centered in an image. You could use t
14
  ## How to Use
15
  * Create a new scene in Unity 2023
16
  * Put the face_landmark.sentis file in the `Assets/StreamingAssets` folder
17
- * Install package `com.unity.sentis` from the package manager
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.
20
 
 
14
  ## How to Use
15
  * Create a new scene in Unity 2023
16
  * Put the face_landmark.sentis file in the `Assets/StreamingAssets` folder
17
+ * Install package `com.unity.sentis` version `1.3.0-pre.3` from the package manager
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.
20