We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed1576 commit 6b7bff3Copy full SHA for 6b7bff3
Assets/GameFramework/Editor/AssetBundleEditor/AssetBundleTool.cs
@@ -401,6 +401,8 @@ public static void BuildAssetBundles()
401
File.WriteAllBytes(fileInfo.FullName, cipbs);
402
//加密后md5的值应该刷新
403
bs = cipbs;
404
+ //保存keyAsset
405
+ EditorUtility.SetDirty(keyAsset);
406
}
407
ResourcesInfo resourcesInfo = new ResourcesInfo();
408
string fullPath = Path.GetFullPath(targetBuildPath);
0 commit comments