[x] Feature for disabling most of the runtime ECS features. (Ticks, Frames, Start methods)
[x] ECS event system, the editor should be able to register functions to listen for ECS events. Such as when the ECS tree updates, or an entity is updated
[x] Direct Asset loader. Load assets directly from a local server.
[x] Asset server. A local server that simply hosts all assets needed by the editor. This server will also update local files if the editor so desires.
Task list