mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 12:05:23 +01:00
Revert "unload immediate"
This reverts commit d38d9fa1c86323d48376f79ea55efd71e1a50fab.
This commit is contained in:
parent
d38d9fa1c8
commit
b0f445e415
@ -47,8 +47,7 @@ namespace NewHorizons.Handlers
|
||||
{
|
||||
foreach (var bundle in StreamingManager.s_activeBundles)
|
||||
{
|
||||
// save memory NOW instead of next frame when other stuff has loaded and taken memory
|
||||
bundle.UnloadImmediate();
|
||||
StreamingManager.UnloadStreamingAssets(bundle.assetBundleName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user