GitHub

Unity DOTS RTS Game Demo

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 ...