python-sc2
python-sc2 copied to clipboard
Add single unit unload example bot
Goal of this PR: introduce individual unit unloading from transports, while allowing bot authors to decide if they want to enable this feature layer or not (there might be performance disadvantages)
TODO:
- [ ] Remove required unload index, instead find index from tag as described in https://github.com/BurnySc2/python-sc2/pull/155