Table of Contents

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

previousBundlePatches List<AssetBundle>

List of previously created bundle patches.

currentBundle AssetBundle

Up-to-date bundle with all assets.

currentBundlePatch AssetBundle

Output bundle patch.

baseBundleVersion int

Version on the last bundle patch in the previousBundlePatches list.