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 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/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); 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