PB Unity
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ There are three trained files which create a turtle 🐢, lizard 🦎 and a 💩
|
|
11 |
|
12 |
## How to use
|
13 |
* Create a new scene in Unity 2023
|
|
|
14 |
* Add the `RunAutomata.cs` to the Main Camera
|
15 |
* In `Assets/StreamingAssets` put the `lizard.sentis`, `turtle.sentis` and `poop.sentis` files.
|
16 |
* Create a quad or image and attach an unlit transparent material to it.
|
|
|
11 |
|
12 |
## How to use
|
13 |
* Create a new scene in Unity 2023
|
14 |
+
* Install `com.unity.sentis` version `1.3.0-pre.3` from the package manager
|
15 |
* Add the `RunAutomata.cs` to the Main Camera
|
16 |
* In `Assets/StreamingAssets` put the `lizard.sentis`, `turtle.sentis` and `poop.sentis` files.
|
17 |
* Create a quad or image and attach an unlit transparent material to it.
|