Skip to content

Releases: SUSTech-CANStudio/DinnerCoroutine

v1.2.2

29 Apr 09:16

Choose a tag to compare

1.2.2 (2021-04-29)

Bug Fixes

v1.2.1

29 Apr 08:42

Choose a tag to compare

1.2.1 (2021-04-29)

Performance Improvements

  • coroutines in update also use a queue (56afdc1)

v1.2.0

28 Apr 17:26

Choose a tag to compare

1.2.0 (2021-04-28)

Bug Fixes

  • yield return WaitForFixedUpdate causes repeat updates (c2f69c1)

Features

  • support editor mode fixed update (d8479e4)

Performance Improvements

  • use linked list for better performance when deleting finished coroutines (3159e41)

v1.1.0

25 Apr 06:56

Choose a tag to compare

1.1.0 (2021-04-25)

Bug Fixes

  • use concurrent queue for fork coroutines (b9e9d70)

Features

  • add DinnerTime.cs for better experience with writing editor coroutines (a25726c)
  • support yield instruction AsyncOperation (e07353f)

Performance Improvements

v1.0.0

07 Nov 11:03

Choose a tag to compare

1.0.0 (2020-11-07)

Features