branchrust_reboot/main/async_loading_2cancel
6 Commits over 0 Days - ∞cph!
Default forceUnloadBundles to true to match current release behavior
Use old behavior for FileSystem_Warmup.GetAssetList unless running asset warmup in the background
Revert some of the changes made to the non-async asset warmup implementation
Asset warmup will no longer use async asset loading when global.warmupConcurrency <= 1
global.warmupConcurrency and global.preloadConcurrenct default to 1 so async asset loading is not used anywhere by default
global.asyncWarmup defaults to false, and will now enable running asset warmup in the background when set to true
Revert change to asset warmup's exclusion filter