Search Issue Tracker
Fixed
Votes
0
Found in
2019.4
2020.3
2020.3.25f1
2021.2
2022.1
2022.2
Issue ID
1394845
Regression
No
[Package Manager] Access denied when installing some packages
Reproduction steps:
1. Create a new project
2. Open the Package Manager
3. Go to + > Add package from git URL
4. Type com.unity.localization@1.1.0
Expected result: Package successfully downloads
Actual result: Errors appears in the Console and the package is not downloaded
Reproducible with: 2019.4.34f1, 2020.3.26f1, 2021.2.8f1, 2022.1.0b4, 2022.2.0a2
Errors:
[Package Manager Window] Cannot perform upm operation: Unable to add package [com.unity.localization@1.1.0]:
Access to 'https://download.packages.unity.com/com.unity.localization/-/com.unity.localization-1.1.0.tgz' was denied [Forbidden].
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:359)
[Package Manager Window] Error adding package: com.unity.localization@1.1.0.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:359)
Currently inaccessible packages:
com.unity.localization@1.1.0
com.unity.material-switch@0.6.5-preview
com.unity.runtime-scene-serialization@0.3.2-preview
com.unity.template.gaming-first-person@1.0.1
com.unity.template.gaming-third-person@1.0.1
com.unity.xr.magicleap@6.4.2-preview.2
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
- The hover selection/highlight of items in the Insert button dropdown and the Documentation button dropdown are hard to see when hovered using the Light Editor theme
- NullReferenceExceptions appear when clicking to rename and then deleting the only GameObject in a scene
- Crash on "core::base_hash_set" when using nested [SerializeReference] fields in List<T> structures
- A ghost Game Window and multiple errors appear in the Editor when a Render Texture used by a Camera's "Target Texture" property is deleted
- Color Picker feels less smooth when dragging a Variables Color property in UI Builder Inspector
Resolution Note:
The issue has been resolved