1 2 3 4 5 6 7 public class AsyncExample : MonoBehaviour { async void Start() { await TimeSpan.FromSeconds(1); } }