Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.1.0
Issue ID
1167611
Regression
Yes
Burst package errors out after switching the registry to staging or back
To reproduce:
- start a new project
- install latest version of burst package
- the installation will give no erros
- modify the manifest.json and add : "registry": "https://staging-packages.unity.com" to it
version1- go back to unity and wait for the package manager to finish loading
notice this error in the console afterwards:
An error occurred while resolving packages:
One or more packages could not be added to the local file system:
com.unity.burst: EPERM: operation not permitted, unlink 'E:\Unity\bupl--\Library\PackageCache\com.unity.burst@1.1.0-preview.3\.Runtime\Burst.Compiler.IL.dll'
A re-import of the project may be required to fix the issue or a manual modification of E:/Unity/bupl--/Packages/manifest.json file.
This error will not clear from the console, but it will also not keep you from going into play mode or from installing other packages.
If you restart the editor, the error will go away.
If you switch back the registry, the error will appear again.
Reproducible in 2019.3.0a8, 2019.2.0b9, 2019.1.8f1 - all with version 1.1.0 of Burst
Cannot reproduce this issue with Burst 1.0.4
Cannot reproduce in 2018.4.3f1 (because Burst version 1.1.0 is not available for that version)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
This is currently not possible today until we have an infrastructure in Package Manager to be notified and do proper notification/cleanup for Burst package.
We can't fix this issue until this work is done in Package Manager.