Class AssetBundleToolbox
- Namespace
- Lime
- Assembly
- Lime.dll
public static class AssetBundleToolbox
- Inheritance
-
AssetBundleToolbox
- Inherited Members
Methods
CreatePatch(List<AssetBundle>, AssetBundle, AssetBundle, int)
Creates a new asset bundle patch.
public static void CreatePatch(List<AssetBundle> previousBundlePatches, AssetBundle currentBundle, AssetBundle currentBundlePatch, int baseBundleVersion)
Parameters
previousBundlePatchesList<AssetBundle>List of previously created bundle patches.
currentBundleAssetBundleUp-to-date bundle with all assets.
currentBundlePatchAssetBundleOutput bundle patch.
baseBundleVersionintVersion on the last bundle patch in the previousBundlePatches list.