Search Issue Tracker
Fixed in 4.6.1
Votes
0
Found in
4.5.5p3
Issue ID
648988
Regression
No
[Caching] Canceling WWW.LoadFromCacheOrDownload with WWW.Dispose() puts the caching into an invalid state
Steps to repro:
1. Open the project and the scene
2. Build it to android platform
3. Run it, observe that Caching.IsVersionCached(url, version) returnts true even though the object is not actually cached properly
This behavior can be reproduced in the editor as well.
Notes from the user:
WWW doesn't support overriding timeouts for stalled downloads, and there isn't a clear definition for what to do to stop a WWW request. The Dispose call exists but isn't in your documentation.
The WWW.error being a string makes it hard to properly determine what is going on and deal with it. At the very least there should be error codes along with documentation for what is going wrong so that we can take appropriate measures to either message that to the user or deal with it programmatically.
Caching has no real management ability, we can only clear everything or basically leave it as is. It'd be great to be able to clear a specific url/version from Caching.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Add comment