• Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Current Version: 3.3.0: 2021-06-29T12:37:54Z
  • First Published: 2019-10-18T09:57:08Z
  • Size: 12695088
  • Supported Unity Versions: 2018.4.35
tools integration

AssetBundleMaster

No rating !(0 Vote)
$46.91 $46.91

  This is an integrated solution for building AssetBundles and loading Assets. what it can do is about to set and build AssetBundles automatically, and provide load APIs. It implemented the weak reference tech on all assets to ensure the assets will not duplicated in memory as possible as it can, and guarantee the assets will be unloaded correctly.


  Supported : Unity5, Unity2017, Unity2018, Unity2019, Unity2020


  The Features :

  - Set AssetBundle automatically: no asset duplicated, minimal the size of AssetBundles, pack referenced assets together if they will not duplicated, minimal the numbers of AssetBundles, minimal the loading time.

  - Auto asset processing: atuo create SpriteAtlas, prevent built-in shader compiled multi times, etc.

  - Runtime assets auto control: the Prefab instance and Scene assets was totally controlled, when GameObject pool was destroyed or scene was unloaded the auto resource control will decide unload assets or not Automatically. no asset duplicated in memory.

  - Runtime assets semi-auto control: all the assets was referenced by weakreference in the mid-level controller, it can make sure assets will not duplicated in memory as it can.

  - Developer friendly: load assets in Editor no need to build or do anything else, and the unload logic works on any load mode. All APIs come from singleton and lazy-init, APIs looks like the UnityEngine.Resources APIs, no more learning costs. All the APIs that has Generic type and Non-generic type, good for developers who is using lua script. Only 3 Buttons click for building AssetBundles, and the build can have platform and version selection, and Patch info file between versions can be generated if you want, convience for AssetBundle updating.

  - Maintenance free: any one request unload any asset will not forece unload the asset while someone else is using the asset, you just to request load and unload assets by you need, the auto resource control will decide to unload or not. it can reduce coupling.

  - Performance: full of ObjectPools. Unload asset may call AssetBundle.Unload(true) or call Resources.UnloadUnusedAssets(), decided by auto resource control, can make unload proccess more efficiency.

  - Full Demos: we have 12 demo scenes, all the APIs was used in demo scene scripts, you can learn to use and test with Profiler easily.

  - Coding Friendly: editor tools help you generate asset/gameobject/scene load code, no need to remember anything.

  

  These are what AssetBundleMaster can do, simplify the AssetBundle build proccess, reduce coupling, powerful API.

  Hope this solution can help you, Have fun.


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!