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
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
Add comment