mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Just call it clear cache sure
This commit is contained in:
parent
330b1b1675
commit
601acecbb2
@ -262,7 +262,7 @@ namespace NewHorizons
|
||||
SearchUtilities.ClearCache();
|
||||
ImageUtilities.ClearCache();
|
||||
AudioUtilities.ClearCache();
|
||||
AssetBundleUtilities.OnSceneUnloaded();
|
||||
AssetBundleUtilities.ClearCache();
|
||||
EnumUtilities.ClearCache();
|
||||
ProxyHandler.OnSceneUnloaded();
|
||||
IsSystemReady = false;
|
||||
|
||||
@ -12,7 +12,7 @@ namespace NewHorizons.Utility.Files
|
||||
{
|
||||
public static Dictionary<string, (string starSystem, AssetBundle bundle)> AssetBundles = new();
|
||||
|
||||
public static void OnSceneUnloaded()
|
||||
public static void ClearCache()
|
||||
{
|
||||
var bundleKeys = AssetBundles.Keys.ToArray();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user