PB Unity commited on
Commit
d365d05
1 Parent(s): 892fc71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -13,6 +13,7 @@ The model detects 3D markers on a hand centered in an image. You could use these
13
 
14
  ## How to Use
15
  * Create a new scene in Unity 2023
 
16
  * Put the hand_landmark.sentis file in the `Assets/StreamingAssets` folder
17
  * Put a video in the `Assets/StreamingAssets` folder and set `videoName` variable to the video name
18
  * Create a RawImage and place it in your scene. Link to this image in the `previewUI` field.
 
13
 
14
  ## How to Use
15
  * Create a new scene in Unity 2023
16
+ * Install `com.unity.sentis` version `1.3.0-pre.3` from the package manager
17
  * Put the hand_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.