From b892667cc7d91740770ffbda801704b9d7cd5136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Thu, 11 Jan 2018 10:53:31 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c804cd7..3d8107a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Svelto Entity Component System for Unity ===================================== +**Note: The alpha stage of Svelto 2.0 is almost completed, so if you are here to experiment with it, please use the current alpha branch** + Real Entity-Component-System for c# and Unity (it can be adapted for other c# platforms too). Enables to write encapsulated, uncoupled, highly efficient, data oriented, cache friendly, multi-threaded, code without pain. you can find a working example to learn how to use the framework here: