PB Unity commited on
Commit
2d51a67
·
verified ·
1 Parent(s): d9c1490

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 Palm model, part of the [MediaPipe hand detection](https://dev
9
 
10
  ## How to Use
11
  * Create a new scene in Unity 2023
 
12
  * Put the hand_detection_lite.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 package `com.unity.sentis` version `1.3.0-pre.3` from the package manager
13
  * Put the hand_detection_lite.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.