To add enemies in your game place their prefabs to the Game Manager and then set the parameters:
Value | Meaning |
Behavior | Opponents' behavior in a game. |
Spawn method | Random: all points with the "Spawn Point" tag in the scene will be found, and one random will be chosen. |
​ | Specific point: set a spawn point for the enemy as you need. |
Count | The number of enemies that appear during the game. |
Time | A break between the appearance of enemies (in seconds). |