Paul Bird
commited on
Commit
•
72c0bcf
1
Parent(s):
1c420fe
Upload RunAutomata.cs
Browse files- RunAutomata.cs +1 -0
RunAutomata.cs
CHANGED
@@ -13,6 +13,7 @@ using Lays = Unity.Sentis.Layers;
|
|
13 |
* Create an image or quad in the scene.
|
14 |
* Assign an unlit transparent material to the image/quad.
|
15 |
* Draw the same material into the outputMaterial field
|
|
|
16 |
*
|
17 |
*/
|
18 |
public class RunAutomata : MonoBehaviour
|
|
|
13 |
* Create an image or quad in the scene.
|
14 |
* Assign an unlit transparent material to the image/quad.
|
15 |
* Draw the same material into the outputMaterial field
|
16 |
+
* Add the *.sentis files to the Assets/StreamingAssets folder
|
17 |
*
|
18 |
*/
|
19 |
public class RunAutomata : MonoBehaviour
|