Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.3.1p1
Issue ID
1010160
Regression
No
[Caching] StreamingAssest folder is considered as Read-Only and triggers an error in console
Reproduction steps:
1. Download user's project and open in Unity
2. Enter Play mode
Expected: no errors appear in the console and cache path should be set to Assets/StreamingAssets/testFolder
Actual: error appears in the console
Reproduced on: 2017.1.3p2; 2017.2.2p1; 2017.3.1p4; 2018.1.0b11; 2018.2.0a4
Note: error message
"InvalidOperationException: The input cache 'D:/Downloads/case_1010160-BugReport_Cache/Assets/StreamingAssets/testFolder' is readonly.
UnityEngine.Caching.set_currentCacheForWriting (Cache value) (at C:/buildslave/unity/build/artifacts/generated/common/runtime/CachingBindings.gen.cs:487)
TestCache.Start () (at Assets/TestCache.cs:26)"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment