Search Issue Tracker
Fixed in 1.6.0-pre.2
Votes
8
Found in [Package]
0.11.0-preview.7
Issue ID
1300277
Regression
Yes
[macOS] "UnauthorizedAccessException" is thrown when calling DefaultWorldInitialization.Initialize on a Build with Sandbox
Reproduction steps:
1. Open the attached project "BurstMacOsRepro"
2. Make a Development Build of the project
3. Edit the following variables in "sign_macos.sh":
- SCRIPT_SIGNING_IDENTIFY (enter the certificate name that is installed on the device)
- PROVISIONING_PROFILE_PATH (enter the file path to the provisioning profile used to sign the app)
- BUILD_PATH (enter the path to the build from the previous step)
4. Run the "sign_macos.sh" script
5. Open the new build "<Original Build Name>_signed" which will be located in the same location as the original Build
6. Observe the console in the Build
Expected result: No errors are thrown
Actual result: "UnauthorizedAccessException: Access to the path is denied." is thrown
Reproducible with: 0.11.0-preview.7 (2019.4.24f1, 2020.3.4f1), 0.17.0-preview.41 (2021.1.1f1, 2021.2.0a10)
Not reproducible with: 0.5.1-preview.11 (2019.4.24f1)
Could not test with: 0.6.0-preview.24, 0.10.0-preview.6 (project fails to build), 2018.4.33f1, 2021.2.0a11, 2021.2.0a12 (issues with packages)
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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note (fix version 1.6.0-pre.2):
Fixed in Burst 1.6.0-pre.3