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
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Resolution Note (fix version 1.6.0-pre.2):
Fixed in Burst 1.6.0-pre.3