From a22c80a199c551144fc901742d7b0d77861596dd Mon Sep 17 00:00:00 2001 From: hevinci Date: Wed, 29 Mar 2023 18:14:39 +0800 Subject: [PATCH] update package system --- Assets/YooAsset/Runtime/{PatchSystem.meta => PackageSystem.meta} | 0 .../YooAsset/Runtime/{PatchSystem => PackageSystem}/AssetInfo.cs | 0 .../Runtime/{PatchSystem => PackageSystem}/AssetInfo.cs.meta | 0 .../YooAsset/Runtime/{PatchSystem => PackageSystem}/BundleInfo.cs | 0 .../Runtime/{PatchSystem => PackageSystem}/BundleInfo.cs.meta | 0 .../Runtime/{PatchSystem => PackageSystem}/ManifestTools.cs | 0 .../Runtime/{PatchSystem => PackageSystem}/ManifestTools.cs.meta | 0 .../Runtime/{PatchSystem => PackageSystem}/Operations.meta | 0 .../Operations/DownloaderOperation.cs | 0 .../Operations/DownloaderOperation.cs.meta | 0 .../Operations/InitializationOperation.cs | 0 .../Operations/InitializationOperation.cs.meta | 0 .../{PatchSystem => PackageSystem}/Operations/Internal.meta | 0 .../Operations/Internal/DeserializeManifestOperation.cs | 0 .../Operations/Internal/DeserializeManifestOperation.cs.meta | 0 .../Operations/Internal/DownloadManifestOperation.cs | 0 .../Operations/Internal/DownloadManifestOperation.cs.meta | 0 .../Operations/Internal/LoadBuildinManifestOperation.cs | 0 .../Operations/Internal/LoadBuildinManifestOperation.cs.meta | 0 .../Operations/Internal/LoadCacheManifestOperation.cs | 0 .../Operations/Internal/LoadCacheManifestOperation.cs.meta | 0 .../Operations/Internal/LoadEditorManifestOperation.cs | 0 .../Operations/Internal/LoadEditorManifestOperation.cs.meta | 0 .../Operations/Internal/QueryBuildinPackageVersionOperation.cs | 0 .../Internal/QueryBuildinPackageVersionOperation.cs.meta | 0 .../Operations/Internal/QueryCachePackageHashOperation.cs | 0 .../Operations/Internal/QueryCachePackageHashOperation.cs.meta | 0 .../Operations/Internal/QueryCachePackageVersionOperation.cs | 0 .../Operations/Internal/QueryCachePackageVersionOperation.cs.meta | 0 .../Operations/Internal/QueryRemotePackageVersionOperation.cs | 0 .../Internal/QueryRemotePackageVersionOperation.cs.meta | 0 .../Operations/Internal/UnpackBuildinManifestOperation.cs | 0 .../Operations/Internal/UnpackBuildinManifestOperation.cs.meta | 0 .../Operations/PreDownloadContentOperation.cs | 0 .../Operations/PreDownloadContentOperation.cs.meta | 0 .../Operations/UpdatePackageManifestOperation.cs | 0 .../Operations/UpdatePackageManifestOperation.cs.meta | 0 .../Operations/UpdatePackageVersionOperation.cs | 0 .../Operations/UpdatePackageVersionOperation.cs.meta | 0 .../Runtime/{PatchSystem => PackageSystem}/PackageAsset.cs | 0 .../Runtime/{PatchSystem => PackageSystem}/PackageAsset.cs.meta | 0 .../Runtime/{PatchSystem => PackageSystem}/PackageBundle.cs | 0 .../Runtime/{PatchSystem => PackageSystem}/PackageBundle.cs.meta | 0 .../Runtime/{PatchSystem => PackageSystem}/PackageManifest.cs | 0 .../{PatchSystem => PackageSystem}/PackageManifest.cs.meta | 0 .../YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode.meta | 0 .../PlayMode/EditorSimulateModeHelper.cs | 0 .../PlayMode/EditorSimulateModeHelper.cs.meta | 0 .../PlayMode/EditorSimulateModeImpl.cs | 0 .../PlayMode/EditorSimulateModeImpl.cs.meta | 0 .../{PatchSystem => PackageSystem}/PlayMode/HostPlayModeImpl.cs | 0 .../PlayMode/HostPlayModeImpl.cs.meta | 0 .../PlayMode/OfflinePlayModeImpl.cs | 0 .../PlayMode/OfflinePlayModeImpl.cs.meta | 0 54 files changed, 0 insertions(+), 0 deletions(-) rename Assets/YooAsset/Runtime/{PatchSystem.meta => PackageSystem.meta} (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/AssetInfo.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/AssetInfo.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/BundleInfo.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/BundleInfo.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/ManifestTools.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/ManifestTools.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/DownloaderOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/DownloaderOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/InitializationOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/InitializationOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/DeserializeManifestOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/DeserializeManifestOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/DownloadManifestOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/DownloadManifestOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/LoadBuildinManifestOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/LoadBuildinManifestOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/LoadCacheManifestOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/LoadCacheManifestOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/LoadEditorManifestOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/LoadEditorManifestOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/QueryBuildinPackageVersionOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/QueryBuildinPackageVersionOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/QueryCachePackageHashOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/QueryCachePackageHashOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/QueryCachePackageVersionOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/QueryCachePackageVersionOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/QueryRemotePackageVersionOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/QueryRemotePackageVersionOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/UnpackBuildinManifestOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/Internal/UnpackBuildinManifestOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/PreDownloadContentOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/PreDownloadContentOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/UpdatePackageManifestOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/UpdatePackageManifestOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/UpdatePackageVersionOperation.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/Operations/UpdatePackageVersionOperation.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PackageAsset.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PackageAsset.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PackageBundle.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PackageBundle.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PackageManifest.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PackageManifest.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode/EditorSimulateModeHelper.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode/EditorSimulateModeHelper.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode/EditorSimulateModeImpl.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode/EditorSimulateModeImpl.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode/HostPlayModeImpl.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode/HostPlayModeImpl.cs.meta (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode/OfflinePlayModeImpl.cs (100%) rename Assets/YooAsset/Runtime/{PatchSystem => PackageSystem}/PlayMode/OfflinePlayModeImpl.cs.meta (100%) diff --git a/Assets/YooAsset/Runtime/PatchSystem.meta b/Assets/YooAsset/Runtime/PackageSystem.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem.meta rename to Assets/YooAsset/Runtime/PackageSystem.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/AssetInfo.cs b/Assets/YooAsset/Runtime/PackageSystem/AssetInfo.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/AssetInfo.cs rename to Assets/YooAsset/Runtime/PackageSystem/AssetInfo.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/AssetInfo.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/AssetInfo.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/AssetInfo.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/AssetInfo.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/BundleInfo.cs b/Assets/YooAsset/Runtime/PackageSystem/BundleInfo.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/BundleInfo.cs rename to Assets/YooAsset/Runtime/PackageSystem/BundleInfo.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/BundleInfo.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/BundleInfo.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/BundleInfo.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/BundleInfo.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/ManifestTools.cs b/Assets/YooAsset/Runtime/PackageSystem/ManifestTools.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/ManifestTools.cs rename to Assets/YooAsset/Runtime/PackageSystem/ManifestTools.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/ManifestTools.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/ManifestTools.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/ManifestTools.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/ManifestTools.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/DownloaderOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/DownloaderOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/DownloaderOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/DownloaderOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/DownloaderOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/DownloaderOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/DownloaderOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/DownloaderOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/InitializationOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/InitializationOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/InitializationOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/InitializationOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/InitializationOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/InitializationOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/InitializationOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/InitializationOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/DeserializeManifestOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/DeserializeManifestOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/DeserializeManifestOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/DeserializeManifestOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/DeserializeManifestOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/DeserializeManifestOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/DeserializeManifestOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/DeserializeManifestOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/DownloadManifestOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/DownloadManifestOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/DownloadManifestOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/DownloadManifestOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/DownloadManifestOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/DownloadManifestOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/DownloadManifestOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/DownloadManifestOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadBuildinManifestOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadBuildinManifestOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadBuildinManifestOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadBuildinManifestOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadBuildinManifestOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadBuildinManifestOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadBuildinManifestOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadBuildinManifestOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadCacheManifestOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadCacheManifestOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadCacheManifestOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadCacheManifestOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadCacheManifestOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadCacheManifestOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadCacheManifestOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadCacheManifestOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadEditorManifestOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadEditorManifestOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadEditorManifestOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadEditorManifestOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadEditorManifestOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadEditorManifestOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/LoadEditorManifestOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/LoadEditorManifestOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryBuildinPackageVersionOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryBuildinPackageVersionOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryBuildinPackageVersionOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryBuildinPackageVersionOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryBuildinPackageVersionOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryBuildinPackageVersionOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryBuildinPackageVersionOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryBuildinPackageVersionOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryCachePackageHashOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryCachePackageHashOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryCachePackageHashOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryCachePackageHashOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryCachePackageHashOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryCachePackageHashOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryCachePackageHashOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryCachePackageHashOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryCachePackageVersionOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryCachePackageVersionOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryCachePackageVersionOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryCachePackageVersionOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryCachePackageVersionOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryCachePackageVersionOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryCachePackageVersionOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryCachePackageVersionOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryRemotePackageVersionOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryRemotePackageVersionOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryRemotePackageVersionOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryRemotePackageVersionOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryRemotePackageVersionOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryRemotePackageVersionOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/QueryRemotePackageVersionOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/QueryRemotePackageVersionOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/UnpackBuildinManifestOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/UnpackBuildinManifestOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/UnpackBuildinManifestOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/UnpackBuildinManifestOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/UnpackBuildinManifestOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/UnpackBuildinManifestOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/UnpackBuildinManifestOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/Internal/UnpackBuildinManifestOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/PreDownloadContentOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/PreDownloadContentOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/PreDownloadContentOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/PreDownloadContentOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/PreDownloadContentOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/PreDownloadContentOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/PreDownloadContentOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/PreDownloadContentOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageManifestOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/UpdatePackageManifestOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageManifestOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/UpdatePackageManifestOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageManifestOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/UpdatePackageManifestOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageManifestOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/UpdatePackageManifestOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageVersionOperation.cs b/Assets/YooAsset/Runtime/PackageSystem/Operations/UpdatePackageVersionOperation.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageVersionOperation.cs rename to Assets/YooAsset/Runtime/PackageSystem/Operations/UpdatePackageVersionOperation.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageVersionOperation.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/Operations/UpdatePackageVersionOperation.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageVersionOperation.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/Operations/UpdatePackageVersionOperation.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/PackageAsset.cs b/Assets/YooAsset/Runtime/PackageSystem/PackageAsset.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PackageAsset.cs rename to Assets/YooAsset/Runtime/PackageSystem/PackageAsset.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/PackageAsset.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/PackageAsset.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PackageAsset.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/PackageAsset.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/PackageBundle.cs b/Assets/YooAsset/Runtime/PackageSystem/PackageBundle.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PackageBundle.cs rename to Assets/YooAsset/Runtime/PackageSystem/PackageBundle.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/PackageBundle.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/PackageBundle.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PackageBundle.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/PackageBundle.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/PackageManifest.cs b/Assets/YooAsset/Runtime/PackageSystem/PackageManifest.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PackageManifest.cs rename to Assets/YooAsset/Runtime/PackageSystem/PackageManifest.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/PackageManifest.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/PackageManifest.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PackageManifest.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/PackageManifest.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode.meta b/Assets/YooAsset/Runtime/PackageSystem/PlayMode.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode.meta rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/EditorSimulateModeHelper.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode/EditorSimulateModeHelper.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/EditorSimulateModeHelper.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode/EditorSimulateModeHelper.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeImpl.cs b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/EditorSimulateModeImpl.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeImpl.cs rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode/EditorSimulateModeImpl.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeImpl.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/EditorSimulateModeImpl.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeImpl.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode/EditorSimulateModeImpl.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/HostPlayModeImpl.cs b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/HostPlayModeImpl.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode/HostPlayModeImpl.cs rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode/HostPlayModeImpl.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/HostPlayModeImpl.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/HostPlayModeImpl.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode/HostPlayModeImpl.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode/HostPlayModeImpl.cs.meta diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/OfflinePlayModeImpl.cs b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/OfflinePlayModeImpl.cs similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode/OfflinePlayModeImpl.cs rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode/OfflinePlayModeImpl.cs diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/OfflinePlayModeImpl.cs.meta b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/OfflinePlayModeImpl.cs.meta similarity index 100% rename from Assets/YooAsset/Runtime/PatchSystem/PlayMode/OfflinePlayModeImpl.cs.meta rename to Assets/YooAsset/Runtime/PackageSystem/PlayMode/OfflinePlayModeImpl.cs.meta