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
- Previous model to world matrix is not correctly set for ASW
- More calls are made to GC.Alloc in an HDRP Sample Template when compared to the 2022.3 stream
- Generating Light Probe lighting returns inconsistent results on a specific mesh
- Two Warnings appear for every Soft Delete Operation when Deleting Sub Assets in the Project Browser
- “Item m_LightProbeSystem not found” warning is thrown when pressing the “Open” button multiple times in the Adaptive Probe Volume component warning
Add comment