Skip to content

Releases: coryleach/UnityAsync

YieldInstruction Fix

30 Aug 17:28
be6b8a7
Compare
Choose a tag to compare
  • Fixed an issue that was causing Unity's YieldInstruction objects to get ignored when yielded on during a coroutine started with the CoroutineRunner.

WebGL Compatibility Changes

16 Jul 01:43
2fb8f43
Compare
Choose a tag to compare

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

Awaiters.WaitForBackground fix

27 Jun 20:36
ec20cf0
Compare
Choose a tag to compare

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

Code Quality Update

13 Jun 06:25
cb26ffe
Compare
Choose a tag to compare
Merge pull request #2 from coryleach/dev

1.0.4 merge

Code Quality Update

13 Jun 05:55
Compare
Choose a tag to compare
Code Quality Update Pre-release
Pre-release
1.0.4-a

Package bump

1.0.3

21 Nov 15:36
Compare
Choose a tag to compare

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.

1.0.2

07 Oct 14:18
4ca5777
Compare
Choose a tag to compare
Update package.json

1.0.1

22 Sep 21:50
76ba2d9
Compare
Choose a tag to compare
Update README.md