- 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