Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.3.1p2
Issue ID
1017543
Regression
No
Adding a ReadOnly cache to a subfolder of StreamingAssets using Caching.AddCache gives count of Cached versions 0
Reproduction steps:
1. Open the attached project.
2. Play the 'main' scene.
3. Check the output in the Game view.
“high ready = True, readonly = True, spaceOccupied = 1044038” is correct (These are the asset bundles in the “StreamingAssets” folder which was added.
(we say we can add caches of folders in the StreamingAssets, but it doesn’t work with sub assets, (Mid / Low) )
which leads mid/low to say that they are working correctly “mid ready = True” But is not detecting AssetBundles in there “spaceOccupied = 0"
Getting an assetBundle that is in the StreamingAssets cache (jazz band.1920 is in the High asset bundle cache). But when you use UWRequest to get a bundle that has the same assetHash (or the bundle from StreamingAssets) There is a bundle about half way through the logs that is downloaded in the uploaded project, which is downloaded from outside of the project (next to Assets folder). It is storing it to the default cache and loading it from there instead of using the assigned Cache
Reproduced with:
2017.3.0f1, 2017.3.2f1, 2018.1.0b13, 2018.2.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment