Skip to content

v0.9.4

Compare
Choose a tag to compare
@Arvtesh Arvtesh released this 10 Jul 16:03

Added

  • Added assembly definition file for Unity 2017.3+.
  • Added AsyncResult.FaultedOperation helper.
  • Added AsyncUtility.IsMainThread method.
  • Added AsyncUtility.GetAssetBundle, AsyncUtility.GetTexture, AsyncUtility.AudioClip and AsyncUtility.GetMovieTexture helper methods.
  • Added AssetBundleCreateRequest wrapper operation.
  • Added ThrowIfNonSuccess extension for IAsyncOperation.
  • Added ToEnum extension for IAsyncResult that converts an asynchronous operation (Task, AsyncResult etc) to enumerator.
  • Added IAsyncSchedulable interface - an abstraction of a schedulable entity.
  • Added AsyncLazy helper for initialization operations.

Fixed

  • Fixed compile warnings for some older Unity versions.
  • Fixed error handling for Unity operation wrappers.

Removed

  • Removed AggregateException class for net35.