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

MacOS

-

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

  1. 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.

Add comment

Log in to post comment