Search Issue Tracker
Fixed in 5.4.3
Votes
0
Found in
5.3.6f1
Issue ID
826201
Regression
Yes
Application.persistentDataPath returns external storage path regardless "Write Access" setting
Reproduction steps:
1) Open "826201_ExternalStorage.zip" project
2) Make sure that "Write Access" in Player Settings is set to "Internal Only"
3) Build and run "repro" scene
4) Watch Debug.Log message using adb
Expected result:
Should be printed path typical to internal storage (starts with "/data/")
Actual result:
Path, which is typical for external storage is being printed (starts with "/storage/")
Regression from 5.3.5p7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Diagnostics does not report Editor exceptions when using CrashReportingSettings.captureEditorExceptions
- No Prompt to restart the Editor appears when Changing Active Input Handling via Project Settings Presets
- Exporting a .csv file includes entries with ExcludeEntryFromExport when the first locale entry is null
- Collections package fails module verification when compiling and adding Burst function pointers to a HashMap inside a Burst compiled method
- Panel.Pick() returns incorrect elements when the target UIDocument's Render Mode is set to World Space
Add comment