Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.4p2
Issue ID
978098
Regression
No
[AssetBundles] Application crashes when cleaning cache with overloaded CleanCache method
To reproduce:
1. Download and open attached "438308_cacheExpiration.zip" project.
2. Build and run the project on any platform (Android/iOS/Standalone).
3. When project loads, press "Load" button to load assetbundle.
4. After it is loaded, in "Clear Delay" input field enter a time after which the cache will be cleared. For example 2.
5. Tick the "Clear with delay" checkbox.
6. Press "Clear Cache" button.
Expected: Application does not crash when cleaning cache.
Actual result: Application crashes when trying to clean cache with delay.
Reproduced with: 5.6.4p2, 5.6.4p4.
Notes: In 2017 CleanCache method was replaced with ClearCache and therefore it does not crash anymore. Issue did reproduce on iOS/Android/Desktops and did not reproduce with WebGL. Issue only happens when CleanCache method is overloaded with "expiration" parameter. Cleaning cache with non-overloaded method works well.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Resolution Note:
Closing old tickets in lieu of more recent, higher priority tickets