Skip to content

Is there a CallDelayed(wait, action) method? #523

Discussion options

You must be logged in to vote
UniTask.Delay(millisecondsDelay).ContinueWith(() => { });
// or
UniTask.Delay(TimeSpan.FromSeconds(delayInSeconds)).ContinueWith(() => { });

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kenofori
Comment options

@timcassell
Comment options

@william-craven-pace
Comment options

Answer selected by kenofori
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants