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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
Resolution Note (fix version 1.6.0-pre.2):
Fixed in Burst 1.6.0-pre.3