IEnumerator SpawnBullets() { while (true) { yield return(new WaitForSeconds(.4f)); bulletSpawner.SpawnItem(); } }