I want to create enemies as many times as the number of waves and I want this number of waves to last forever. can u help me?
You can have a global integer variable WaveNumber
which is incremented every time a wave starts and is used for the number of enemies.
how can i increment it ?