Quick RTS

This package is very helpful to do a RTS game.


DONE!
* Clear and concise documentation.
* The systems are modular.

* RTS camera (with zoom, movement, limits, etc)
* RTS controller
- Units selection (individually or in a group)
- Give commands to the selected units (move to position, gather resource, etc)
- Pathfinding using the Unity built-in NavMesh
* Fog of War
* Minimap
* Resource gathering
* Simple ui to integrate resources.
* Combat system
* Team Manager
* Shortcuts
* Buildings
- Structure and units building (Consumes resources, placement validation, etc)
* Simple ui to integrate unit selection and building system.
*Editor
*PowerUps Effects

COMING SOON!
* Simple AI
* Art

MAYBE IN THE FUTURE
* Online
* ECS