From 3cd821ade0179ec1c994cef2c49c5b92d3a89e8e Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Mon, 23 Jun 2014 01:10:16 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 755ebae..b498e90 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Since actions are quite simple, i implemented them myself. ### How to use -1. Put the src folder into your assets folder. +1. Place the coa4u folder from Assets/scripts to your Assets/scripts folder. 2. Then attach the Actor.cs script to the object you want. 3. See the ActorSampleActions.cs class, if you need examples.