|
|
|
|
|
by stephc_int13
1179 days ago
|
|
When working on game, the control flow must be as easy as possible to follow and modify. With the ECS implementation in Unity DOTS, this is absolutely not the case, the control flow is mostly managed behind the scene, and multi-threaded, the simplest things are transformed into a puzzle of cascading interactions. |
|