I want to do a delay in Unity, because the Object should not get destroyed immediately. Note: yield WaitForSeconds (0.25); doesn\'t work for me. It gives many e
yield WaitForSeconds (0.25);