Search Issue Tracker
Fixed in 2021.3.44f1
Fixed in 2021.3.X, 2022.3.X, 6000.0.X, 7000.0.0a1, future release
Votes
0
Found in
2021.3.41f1
2022.3.40f1
6000.0.13f1
Issue ID
UUM-77002
Regression
No
Application.persistentDataPath points to wrong path on macOS dedicated server builds
Reproduction steps:
1. Open the attached “Repro“ project
2. Build the project on the Dedicated Server platform (File > Build Settings > Dedicated Server > Build)
3. Delete the “~/Library/Application Support/UnitySupport“ folder
4. Run the build from the terminal
5. Observe the output
Expected result: "Application.persistentDataPath = ~/Library/Application Support/UnitySupport/BugPersistentDataPath"
Actual result: "Application.persistentDataPath = ~/Library/Application Support"
Reproducible with: 2021.3.41f1, 2022.3.40f1, 6000.0.13f1
Reproducible on: M1 Max MacOS 14.5
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Add comment