Svelto Entity Component System for Unity ===================================== 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 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/ http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-ii-inversion-of-control/ http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iii-entity-component-systems/ http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iv-dependency-inversion-principle/ http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-v-drifting-away-from-ioc-containers/