Browse Source

Update README.md

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

+ 1
- 1
README.md View File

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


1. Put the src folder into your assets folder. 1. Put the src folder into your assets 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 examples folder, there's a sample script there.
3. See the ActorSampleActions.cs class, if you need examples.


You can also subclass the Actor and add all the actions you want to the Start() method. You can also subclass the Actor and add all the actions you want to the Start() method.