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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
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.