From c23df584cfa14d0205d17c8a0db8676eec7f5e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 23 Mar 2019 12:25:58 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2489c0e..4965630 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ _Svelto.ECS wasn't born just from the needs of a large team, but also as result ## Official Examples +* **Mini Examples (Unity)**: https://github.com/sebas77/Svelto.MiniExamples (including articles) * **Survival Example (Unity)**: https://github.com/sebas77/Svelto-ECS-Example (including article) * **Vanilla Example (.Net Standard/.Net Core)**: https://github.com/sebas77/Svelto.ECS.Examples.Vanilla (including article) * **Unity Boids Simulation**: https://github.com/sebas77/Svelto.ECS.Examples.Boids (including article)