function in ProjectSettings
public void SetEnemyColor(string enemyType, Color color);
enemyType
Type of enemy you want to change color
color
The color you want to assing to enemyType
Changes the given color for the given enemyType.
Last updated 4 years ago