PB Unity commited on
Commit
bb63f68
1 Parent(s): 1c2c273

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ For example, you could use it to generate original music tracks for your games.
10
 
11
  ## How to run this model
12
  * Put the `sentis` and `json` files in the `Assets/StreamingAssets` folder
13
- * Install `com.unity.sentis` and `com.unity.nuget.newtonsoft-json` packages.
14
  * Put the c# script on the Main Camera
15
  * Put an AudioSource on the Main Camera
16
  * Change the prompt in the script file
 
10
 
11
  ## How to run this model
12
  * Put the `sentis` and `json` files in the `Assets/StreamingAssets` folder
13
+ * Install `com.unity.sentis` version `1.3.0-pre.3` and `com.unity.nuget.newtonsoft-json` packages.
14
  * Put the c# script on the Main Camera
15
  * Put an AudioSource on the Main Camera
16
  * Change the prompt in the script file