Skip to content

ResourcesContoller added. and more.

Choose a tag to compare

@sassembla sassembla released this 23 Apr 10:02
· 163 commits to master since this release

Changed

  • Generate AssetBundles via AssetGraph now export AssetBundles + AssetBundleList only. not export .manifest files.
  • update IAP library version to 1.8.x
  • change: Auth_Logout method signature changed for async.
  • Logout method is changed from sync to async. callbacks are added.

Feature

  • OverridePoints/OnAppVersionRequired and OnResourceVersionRequired are added for HTTP request.
  • OverridePoints/OnUpdateToNewAssetBundleList and OnAssetBundleListUpdated are added for AssetBundleList handling.
  • ResourcesController feature is added.

Fix

  • AssetBundle samples are fixed.