C# Invoke in Unity! – Beginner Scripting Tutorial
Watch this video in context on Unity Learn:
https://learn.unity.com/tutorial/invoke-2d
The Invoke functions allow you to schedule method calls to occur at a later time. In this video you will learn how to use the Invoke, InvokeRepeating, and CancelInvoke functions in your Unity scripts.