Entity-Component-System(简称 ECS)是 Unity 用于多核并行的数据驱动架构。

官方文档:https://docs.unity3d.com/Packages/com.unity.entities@0.0/manual/index.html

TODO