Browse Source

Merge branch 'master' of https://github.com/KaiSD/coa4u

master
parent
commit
a9a59cca39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -9,7 +9,7 @@ Since actions are quite simple, i implemented them myself.


### How to use ### How to use


1. Put the src folder into your assets folder.
1. Place the coa4u folder from Assets/scripts in your Assets/scripts folder.
2. Then attach the Actor.cs script to the object you want. 2. Then attach the Actor.cs script to the object you want.
3. See the ActorSampleActions.cs class, if you need examples. 3. See the ActorSampleActions.cs class, if you need examples.