From 9c13fb069ca746a6bada88f7f01dd06dba32599f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 21 May 2016 12:33:33 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7381ef2..8e24bd1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ Svelto Entity Component System for Unity ===================================== -the relative example can be found here: +you can find a working example to learn how to use the framework here: https://github.com/sebas77/Svelto-ECS-Example -I advise to clone the repositories separately under the same Unity project Assets folder. +I advise to clone the example repositories separately from the framework one, both under the same Unity project Assets folder. + +If you want to know more about the theory and rationale behind this framework: http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-i-dependency-injection/