update editor code

1. IShareAssetPackRule重命名为ISharedPackRule
2. DefaultShareAssetPackRule重命名为DefaultSharedPackRule
This commit is contained in:
hevinci
2023-06-27 11:00:01 +08:00
parent 0b2a2bf97d
commit 84f9d1985e
12 changed files with 21 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ namespace YooAsset.Editor
}
// 检测共享资源打包规则
if (buildParameters.ShareAssetPackRule == null)
if (buildParameters.SharedPackRule == null)
throw new Exception("共享资源打包规则不能为空!");
#if UNITY_WEBGL