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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment