mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-30 05:28:46 +00:00
Update Samples
This commit is contained in:
@@ -73,7 +73,7 @@ namespace YooAsset.Editor
|
|||||||
{
|
{
|
||||||
foreach (var bundle in _changeList)
|
foreach (var bundle in _changeList)
|
||||||
{
|
{
|
||||||
EditorGUILayout.LabelField($"{bundle.BundleName} | {(bundle.SizeBytes / 1024)}K");
|
EditorGUILayout.LabelField($"{bundle.BundleName} | {(bundle.FileSize / 1024)}K");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EditorGUILayout.EndScrollView();
|
EditorGUILayout.EndScrollView();
|
||||||
@@ -117,7 +117,7 @@ namespace YooAsset.Editor
|
|||||||
{
|
{
|
||||||
if (patchManifest1.TryGetPatchBundle(patchBundle2.BundleName, out PatchBundle patchBundle1))
|
if (patchManifest1.TryGetPatchBundle(patchBundle2.BundleName, out PatchBundle patchBundle1))
|
||||||
{
|
{
|
||||||
if (patchBundle2.Hash != patchBundle1.Hash)
|
if (patchBundle2.FileHash != patchBundle1.FileHash)
|
||||||
{
|
{
|
||||||
changeList.Add(patchBundle2);
|
changeList.Add(patchBundle2);
|
||||||
}
|
}
|
||||||
|
|||||||
8
Assets/YooAsset/Samples~/UniTask Sample.meta
Normal file
8
Assets/YooAsset/Samples~/UniTask Sample.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d24eb65eaa261cf4cb16dafe7f09b4ba
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Reference in New Issue
Block a user