Scenario: You are in Room A with enemies -> You kill the enemies -> You go to Room B ( `Application.LoadLevel("Room B");` ) -> You return to Room A ( `Application.LoadLevel("Room A");` ) and **keep the enemies dead**
How would I go about doing this? Each time I return to the Room A, the enemies respawn.
↧