Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2017.4.27f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1158104
Regression
No
PersistentDataPath flip flops between "unity.company_name.product_name" and "company_name/product_name" in standalone build
How to reproduce:
1. Open the attached project("DataPathTest")
2. Build and run
3. Press "Read Path" button
4. Press "Delete Current Path" button
5. Press "Read Path" button
Expected result: the default path after deleting is ~/Library/Application Support/aaa/bbb
Actual result: the path is ~/Library/Application Support/com.aaa.bbb
Reproducible with: 2017.4.29f1, 2018.4.2f1, 2019.1.7f1, 2019.2.0b6, 2019.3.0a6
Note:
- Only reproducible on Mac
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Viewport is rendered in solid black and ArgumentOutOfRangeException is thrown when zooming in
- Game view renders yellow color when using RenderTexture.autoGenerateMips with DX12
- The "Multiplayer Widgets" package is displayed as an option for the installation even though it is already installed
- "IMGUIContainer cannot be used in a panel drawn by cameras." error thrown when adding IMGUI Container in UI Builder > Hierarchy
- Crash on GameObject::RemoveComponentFromGameObjectInternal when opening a specific project
Resolution Note (2019.3.X):
This is expected behavior in that as part of the mac app store requirements app are only allowed to write to a location that is the same as their application bundle id. This is not a requirement for the editor which is why you see a different path. The documentation will be updated accordingly to support this fact.