The entire game is built using Unity ECS. Gameplay logic is decoupled into systems, and all runtime data is stored in components. Computationally intensive tasks like pathfinding and animation ...
Is the improvement related to a problem? Please describe. Many users will not or cannot use the entities package. One major blocker is the fact that DOTS animation is ...