update runtime code
parent
70fc85e456
commit
aaab6692c3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue