Search Issue Tracker
By Design
Votes
0
Found in
4.5.4p1
Issue ID
636683
Regression
No
In iOS 8 Application.dataPath write access is denied
In iOS 8 Application.dataPath write access is denied. This is expected as Application.dataPath is pointing to Unity's Data folder where the assets are kept: <path to player app bundle>/<AppName.app>/Data. You are not supposed to write anything there. To save data use Application.persistentDataPath.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Add comment