Publisher | Simeon Pfeiffer |
---|---|
File size | 891.55kB |
Number of files | 31 |
Latest version | 1.1.0 |
Latest release date | 2024-03-25 05:55:35 |
First release date | 2023-10-30 04:36:14 |
Supported Unity versions | 2018.4.2 or higher |
This asset provides a simple base for Unity ECS games with a top-down view which need to move a very large number of individual entities with their own targets, speeds and destination wait time. Use cases range from zombie apocalypse shooters to city builders. If you need a million different moving entities, this asset can be your starting point.
The asset includes placeholder spawner and random movement systems that you should replace with your own logic. Example scene and simple step by step instructions are included.
The asset utilizes ECS 1.0 features, Burst and the Job System (DOTS) as well as spatial partitioning to update entities off screen in a more performant, but consistent, way than entities currently within the screen.
Bonus: The asset also comes with a feature rich RTS camera script.