UnityAsync

Task and Async Utility Package for Unity. Start co-routines from anywhere.

APACHE-2.0 License

Stars
86
Committers
2

Bot releases are hidden (Show)

UnityAsync - YieldInstruction Fix Latest Release

Published by coryleach about 1 year ago

  • Fixed an issue that was causing Unity's YieldInstruction objects to get ignored when yielded on during a coroutine started with the CoroutineRunner.
UnityAsync - WebGL Compatibility Changes

Published by coryleach over 1 year ago

Minor changes to ConfigureAwait calls to fix some issues with WebGL builds.

UnityAsync - Awaiters.WaitForBackground fix

Published by coryleach over 1 year ago

Fixed an issue where sometimes awaiting Awaiters.WaitForBackground would wait forever and cause the unit test to timeout

UnityAsync - Code Quality Update

Published by coryleach over 4 years ago

UnityAsync - Code Quality Update

Published by coryleach over 4 years ago

UnityAsync -

Published by coryleach almost 5 years ago

Contains a bug fix for await Awaiters.BackgroundThread.
Occasionally it would resume on the main thread.
Resuming on background thread was not actually guaranteed in this version it should now reliably resume on a background thread.

UnityAsync -

Published by coryleach about 5 years ago

UnityAsync -

Published by coryleach about 5 years ago

Badges
Extracted from project README
openupm license twitter
Related Projects