mirror of https://github.com/tuyoogame/YooAsset
Merge branch 'dev' of https://github.com/tuyoogame/YooAsset into dev
commit
992957e1e9
|
@ -100,7 +100,7 @@ namespace YooAsset
|
||||||
DownloaderBase newDownloader = null;
|
DownloaderBase newDownloader = null;
|
||||||
YooLogger.Log($"Beginning to download bundle : {bundleInfo.Bundle.BundleName} URL : {bundleInfo.RemoteMainURL}");
|
YooLogger.Log($"Beginning to download bundle : {bundleInfo.Bundle.BundleName} URL : {bundleInfo.RemoteMainURL}");
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL
|
||||||
if (bundleInfo.Bundle.Buildpipeline == DefaultBuildPipeline.RawFileBuildPipelineName)
|
if (bundleInfo.Bundle.Buildpipeline == EDefaultBuildPipeline.RawFileBuildPipeline.ToString())
|
||||||
{
|
{
|
||||||
FileUtility.CreateFileDirectory(bundleInfo.CachedDataFilePath);
|
FileUtility.CreateFileDirectory(bundleInfo.CachedDataFilePath);
|
||||||
System.Type requesterType = typeof(FileGeneralRequest);
|
System.Type requesterType = typeof(FileGeneralRequest);
|
||||||
|
@ -147,4 +147,4 @@ namespace YooAsset
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue