GUI script for Wave start.

Im a noob… I need lesson on how to make GUI “wave #” appear in each new wave and then disapear with the next corresponding number.

Well, if you have an integer variable which determines what wave you’re up to, it’s as simple as this:

GUILayout.Label("Wave: " + currentWaveNumberInt);

I’m really not sure what the question is here, to be honest.