Paul Bird
commited on
Commit
•
ba3f8a4
1
Parent(s):
ce1d50e
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ There are three trained files which create a turtle 🐢, lizard 🦎 and a 💩
|
|
10 |
## How to use
|
11 |
* Create a new scene in Unity 2023
|
12 |
* Add the `RunAutomata.cs` to the Main Camera
|
|
|
13 |
* Create a quad or image and attach an unlit transparent material to it.
|
14 |
* Drag the same material into the `outputMaterial` field
|
15 |
* You can select the different models in the inspector window
|
|
|
10 |
## How to use
|
11 |
* Create a new scene in Unity 2023
|
12 |
* Add the `RunAutomata.cs` to the Main Camera
|
13 |
+
* In `Assets/StreamingAssets` put the `lizard.sentis`, `turtle.sentis` and `poop.sentis` files.
|
14 |
* Create a quad or image and attach an unlit transparent material to it.
|
15 |
* Drag the same material into the `outputMaterial` field
|
16 |
* You can select the different models in the inspector window
|