Search Issue Tracker
Feature Request
Votes
0
Found in
2021.3.40f1
2022.3.41f1
6000.0.15f1
Issue ID
UUM-78182
Regression
No
User unfriendly console error trying to download a package while offline
Steps to reproduce:
- Open a new Unity project
- Make sure your device is offline (e.g. disconnect from the Wi-Fi)
- Open the Package Manager via Window > Package Manager
- Select the 'Unity Registry' tab so the registry packages display in the list panel
- Find and select the Collections package
- On the package view, click on the Version History tab
- Click on Update next to 2.4.2
- If an Updating package pop-up appears, press 'Yes'
Actual results: The package manager starts the update then throws an error. This error does not mention the lack of an internet connection and tells the user to check their firewall:
!image-2024-08-13-16-27-42-217.png|width=502,height=77!
Expected results:
One of two results are expected:
Either the 'Update' button is greyed out and unclickable (this matches up to the functionality in the My Assets tab, where the 'Download' button is greyed out if the user loses their internet connection.
!image-2024-08-13-16-27-59-814.png!
Or the Package Manager informs the user that they appear to be offline when they press the 'Update' button and doesn't try to go through with the update.
Reproducible with versions:
- 6000.0.15f1
- 2022.3.41f1
- 2021.3.40f1
Not reproducible with versions: -
Can’t test with versions: -
Tested on (OS): Windows 10/11
Notes:
- Collections is a package with a Version History update in Unity 6. If trying to reproduce on 2022 or 2021, find another package that has an available update.
- If the Collections package updates even when you are offline, this means it is already in your local cache. Close your project, delete your Unity Package cache, then restart the repro steps.
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
- Adaptive Performance documentation link leads to outdated package documentation when the documentation hyperlink is pressed in the Project Settings window
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
Resolution Note:
After further discussions with Package Manager leads, we decided to create an initiative _Improve users' offline experience in the Package Manager_ in order to harmonize different behaviours in this window while offline.