File size: 925 Bytes
ea0d653 ecffa5d 8a79a03 ea0d653 ce1d50e 7ff5722 804a0c3 ce1d50e 7ca3c83 ce1d50e ba3f8a4 ce1d50e 8a79a03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: mit
library_name: unity-sentis
pipeline_tag: reinforcement-learning
---
# Neural Cellular Automata in Unity Sentis Format (Version 1.3.0-pre.3*)
*Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded
This is the [Neural Cellular Automata](https://distill.pub/2020/growing-ca/) model in Sentis Format to run in Unity 2023.
There are three trained files which create a turtle 🐢, lizard 🦎 and a 💩.
## How to use
* Create a new scene in Unity 2023
* Install `com.unity.sentis` version `1.3.0-pre.3` from the package manager
* Add the `RunAutomata.cs` to the Main Camera
* In `Assets/StreamingAssets` put the `lizard.sentis`, `turtle.sentis` and `poop.sentis` files.
* Create a quad or image and attach an unlit transparent material to it.
* Drag the same material into the `outputMaterial` field
* You can select the different models in the inspector window |