python-sc2
python-sc2 copied to clipboard
on_unit_created is called repeatedly with identical unit information
trafficstars
Later in the game after a number of units have been created and destroyed, the function "on_unit_created" gets called repeatedly with identical unit information( same type, same tag).
i cant reproduce this, do you have any more information?
I only find the same workers in again in a later on_unit_created call because they enter geysirs, "disappear" from the map and get created again once they leave the geysir. same for units that enter transport units.