Skip to content

Instantly share code, notes, and snippets.

View nomoon's full-sized avatar

Tim Bellefleur nomoon

View GitHub Profile

Time Update

  • UniTaskLoopRunnerYieldTimeUpdate (await UniTask.Yield(TimeUpdate);)
  • UniTaskLoopRunnerTimeUpdate (option for UniTask's NextFrame(), WaitForSeconds(), DelayFrame(), Delay() awaitables.)
  • TimeUpdate.WaitForLastPresentationAndUpdateTime
  • UniTaskLoopRunnerLastYieldTimeUpdate (await UniTask.Yield(LastTimeUpdate );)
  • UniTaskLoopRunnerLastTimeUpdate (option for UniTask's NextFrame(), WaitForSeconds(), DelayFrame(), Delay() awaitables.)

Initialization