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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Add comment