Skip to content

WiseTiming v1.1.0

Latest

Choose a tag to compare

@NibbleByte NibbleByte released this 11 Mar 20:29
· 1 commit to upm since this release
  • Time is now stored in milliseconds instead of float. Float API is kept.
  • Coroutines are now scheduled in different queues: next frame, fixed update, timed, end of frame. The timed queue is sorted by the remaining time and only ones that time expired are updated.
  • Added support for WaitForFixedUpdate.
  • Fixed compilation errors when Unity is not available.
  • Memory optimizations