• Allows us to call a method so it executes after a delay of x seconds
  • Invoke("MethodName", delayInSeconds);
  • public void Invoke(string methodName, float time);

Usage

  • When the player moves on to the next level, we might want to delay a few seconds for the player