Skip to content

Releases: ChartBoost/chartboost-unity-threading

1.0.2

19 Sep 18:22

Choose a tag to compare

Version 1.0.2 (2024-09-19)

Improvements:

  • Modified the MainThreadDispatcher initializer RuntimeInitializeOnLoadMethod from BeforeSceneLoad to SubsystemRegistration to initialize as early as possible.

1.0.1

19 Sep 18:17

Choose a tag to compare

Version 1.0.1 (2024-08-01)

Improvements:

  • MainThreadDispatcher better exception handling
  • Utilizing centralized logging for better log handling.

1.0.0

21 Mar 21:02
fd26c84

Choose a tag to compare

Version 1.0.0 (2024-01-26)

First version of Chartboost Threading Utilities package for Unity.

Improvements:

  • Added MainThreadDispatcher class.
  • Added TaskExtensionTest class.
  • Structured project as a UPM compatible package.