update runtime code

pull/102/head
hevinci 2023-04-22 11:25:51 +08:00
parent 70fc85e456
commit aaab6692c3
3 changed files with 2 additions and 1 deletions

View File

@ -251,10 +251,11 @@ namespace YooAsset
} }
/// <summary> /// <summary>
/// 清空沙盒目录 /// 清空沙盒目录需要重启APP
/// </summary> /// </summary>
public static void ClearSandbox() public static void ClearSandbox()
{ {
YooLogger.Warning("Clear sandbox folder files, Finally, restart the application !");
PersistentHelper.DeleteSandbox(); PersistentHelper.DeleteSandbox();
} }
#endregion #endregion