PB Unity
commited on
Update README.md
Browse files
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
|