From 0fd75b835a158bb214016b82972aa5ea14a5d8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Wed, 23 Jul 2025 14:07:12 +0800 Subject: [PATCH] =?UTF-8?q?style=20:=20=E4=BF=AE=E6=AD=A3=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mini Game/Runtime/TiktokFileSystem/TiktokFileSystem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/YooAsset/Samples~/Mini Game/Runtime/TiktokFileSystem/TiktokFileSystem.cs b/Assets/YooAsset/Samples~/Mini Game/Runtime/TiktokFileSystem/TiktokFileSystem.cs index f2bdc2a1..ca3a5966 100644 --- a/Assets/YooAsset/Samples~/Mini Game/Runtime/TiktokFileSystem/TiktokFileSystem.cs +++ b/Assets/YooAsset/Samples~/Mini Game/Runtime/TiktokFileSystem/TiktokFileSystem.cs @@ -176,10 +176,10 @@ internal class TiktokFileSystem : IFileSystem YooLogger.Warning($"Invalid parameter : {name}"); } } - public virtual void OnCreate(string packageName, string rootDirectory) + public virtual void OnCreate(string packageName, string packageRoot) { PackageName = packageName; - _ttCacheRoot = rootDirectory; + _ttCacheRoot = packageRoot; if (string.IsNullOrEmpty(_ttCacheRoot)) {