Beispiel #1
0
 string IBundleServices.GetAssetBundleName(string assetPath)
 {
     return(_patchManifest.GetAssetBundleName(assetPath));
 }
Beispiel #2
0
        string IBundleServices.GetAssetBundleName(string assetPath)
        {
            PatchManifest patchManifest = _patcher.GetPatchManifest();

            return(patchManifest.GetAssetBundleName(assetPath));
        }