Entity Component System Example

This is a small demo project I have made to learn and to check the performance gain of the new Entity Component System (ECS) pattern of Unity. This is based on Pure ECS pattern, not hybrid. I have shared the link of my project repository here. I hope this will help somebody.

  • Project repo: [LINK](https://bitbucket.org/Fahim_Ahmed/ecs-demo/src/master)
  • Build / Binary: [LINK](https://drive.google.com/file/d/1FuMETAgWssCj3O06nEstNmIsrfIDo2dV/view?usp=sharing)
3 Likes

Thank You Friend!
This has Helped Me Learn Immensely!