In the sample projects for the ECS, Unity include three versions of a TwinStickShooter project.Classic: How the project would be implemented without ECS. Hybrid: Make use of ECS systems while holding on to GameObjects etc. Pure: Makes full use of ECS, so no GameObjects in sight....