From d24db83c8be0b52cefd2185bd49998fb8b9dcb11 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Thu, 16 May 2024 12:34:55 +0800 Subject: [PATCH 1/3] =?UTF-8?q?Update=2099-=E5=90=84=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E8=BF=90=E8=A1=8CRunAble.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Books/99-各平台运行RunAble.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Books/99-各平台运行RunAble.md b/Books/99-各平台运行RunAble.md index 85cde065..c99eb8ce 100644 --- a/Books/99-各平台运行RunAble.md +++ b/Books/99-各平台运行RunAble.md @@ -17,6 +17,7 @@ ### 索尼 PS5 真机运行 -![image](src/Console Viewer.png) +![image](src/Console%20Viewer.png) -![image](src/Console Output.png) \ No newline at end of file + +![image](src/Console%20Output.png) \ No newline at end of file From 0bd30def23cfc1ead31768fd4724240da50cbefa Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Thu, 16 May 2024 13:16:25 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=A4=BA=E4=BE=8Bpackage?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UnityProject/.gitignore | 1 + UnityProject/package/DefaultPackage/ApplicationFootPrint.bytes | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 UnityProject/package/DefaultPackage/ApplicationFootPrint.bytes diff --git a/UnityProject/.gitignore b/UnityProject/.gitignore index 822bcfcc..94cb2526 100644 --- a/UnityProject/.gitignore +++ b/UnityProject/.gitignore @@ -90,6 +90,7 @@ Sandbox/ # [Aa]ssets/Plugins/Sirenix.meta #YooAssets +package/ yoo/ [Aa]ssets/TEngine/AssetSetting/Resources/BuiltinFileManifest.asset [Aa]ssets/TEngine/AssetSetting/Resources/BuiltinFileManifest.asset.meta \ No newline at end of file diff --git a/UnityProject/package/DefaultPackage/ApplicationFootPrint.bytes b/UnityProject/package/DefaultPackage/ApplicationFootPrint.bytes deleted file mode 100644 index 9f8e9b69..00000000 --- a/UnityProject/package/DefaultPackage/ApplicationFootPrint.bytes +++ /dev/null @@ -1 +0,0 @@ -1.0 \ No newline at end of file From 457e0f36a491b8a0dd41d0de870f59810dbe8401 Mon Sep 17 00:00:00 2001 From: yangshiqi Date: Thu, 16 May 2024 15:19:32 +0800 Subject: [PATCH 3/3] =?UTF-8?q?yooasset=20=E5=BE=AE=E4=BF=A1=E5=B0=8F?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E8=AE=BE=E7=BD=AE=EF=BC=8C=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E7=9C=8Byooasset=E5=BE=AE=E4=BF=A1=E5=B0=8F=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TEngine/Runtime/Modules/ResourceModule/ResourceManager.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/ResourceManager.cs b/UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/ResourceManager.cs index 39ed5471..0fed49ba 100644 --- a/UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/ResourceManager.cs +++ b/UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/ResourceManager.cs @@ -128,6 +128,10 @@ namespace TEngine YooAssets.Initialize(new ResourceLogger()); YooAssets.SetOperationSystemMaxTimeSlice(Milliseconds); +#if UNITY_WECHAT_GAME && !UNITY_EDITOR + YooAssets.SetCacheSystemDisableCacheOnWebGL(); +#endif + // 创建默认的资源包 string packageName = DefaultPackageName; var defaultPackage = YooAssets.TryGetPackage(packageName);