Mono
Unity is a modified ECS framework as Unity selected to use MonoBehaviour as development environment.
In Unity, Entity is GameObject, Component and System is combined as MonoBehaviour Component.
In Library.Mono, there will be some common component that will be used frequently.
Last updated