Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Arvtesh Arvtesh released this 22 Jul 19:04

Added

  • Added ConfigureAwait extensions for built-in Unity async operations.
  • Added ToTask conversions to AsyncOperation.
  • Added support for loading arrays of objects from asset bundles via LoadAllAssetsTaskAsync extension methds.
  • Added TaskUtility.YieldToUnityThread method that can yield execution to Unity thread.
  • Added TaskUtility.LoadAssetAsync helpers.
  • Added npm support.
  • Added examples.

Fixed

  • Fixed existing ToTask extension methods to unload loaded assets if the operation was cancelled.
  • Fixed several issues in TaskUtility.LoadSceneAsync implementation.
  • Fixed default layer value for Animator extension methods.

Removed

  • Removed default SynchronizationContext implementation (Unity 2017.2 already has one).