mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-14 19:40:47 +00:00
Compare commits
4 Commits
1.4.3-prev
...
1.4.4-prev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9be5ec0f31 | ||
|
|
a8a0c3831b | ||
|
|
ef31d5a938 | ||
|
|
812db6dafe |
@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this package will be documented in this file.
|
||||
|
||||
## [1.4.4-preview] - 2023-02-14
|
||||
|
||||
### Fixed
|
||||
|
||||
- (#65)修复了AssetBundle构建宏逻辑错误。
|
||||
- 修复了AssetBundle加载宏逻辑错误。
|
||||
|
||||
## [1.4.3-preview] - 2023-02-10
|
||||
|
||||
全新的缓存系统!
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace YooAsset.Editor
|
||||
|
||||
var buildParameters = buildParametersContext.Parameters;
|
||||
|
||||
#if !UNITY_2021_1_OR_NEWER
|
||||
#if UNITY_2021_1_OR_NEWER
|
||||
if (buildParameters.BuildPipeline == EBuildPipeline.BuiltinBuildPipeline)
|
||||
throw new Exception($"Unity2021 or newer not support {nameof(EBuildPipeline.BuiltinBuildPipeline)}, Please use {nameof(EBuildPipeline.ScriptableBuildPipeline)}");
|
||||
#endif
|
||||
|
||||
@@ -350,7 +350,7 @@ namespace YooAsset
|
||||
return loader;
|
||||
|
||||
// 新增下载需求
|
||||
#if !UNITY_WEBGL
|
||||
#if UNITY_WEBGL
|
||||
if (bundleInfo.Bundle.IsRawFile)
|
||||
loader = new RawBundleFileLoader(this, bundleInfo);
|
||||
else
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.tuyoogame.yooasset",
|
||||
"displayName": "YooAsset",
|
||||
"version": "1.4.3-preview",
|
||||
"version": "1.4.4-preview",
|
||||
"unity": "2019.4",
|
||||
"description": "unity3d resources management system.",
|
||||
"author": {
|
||||
|
||||
Reference in New Issue
Block a user