PB Unity commited on
Commit
b8dd787
·
verified ·
1 Parent(s): 73abbea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ This is the [Blaze Face model](https://developers.google.com/mediapipe/solutions
9
 
10
  ## How to Use
11
  * Create a new scene in Unity 2023
 
12
  * Put the blazeface.sentis file in the Assets/StreamingAssets folder
13
  * Put a video in the Assets/StreamingAssets folder and set _videoName variable to the video name
14
  * Create a RawImage and place it in your scene. Link to this image in the _previewUI field.
 
9
 
10
  ## How to Use
11
  * Create a new scene in Unity 2023
12
+ * Install `com.unity.sentis` version `1.3.0-pre.3` from the package manager
13
  * Put the blazeface.sentis file in the Assets/StreamingAssets folder
14
  * Put a video in the Assets/StreamingAssets folder and set _videoName variable to the video name
15
  * Create a RawImage and place it in your scene. Link to this image in the _previewUI field.