Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.2.X, 2021.1.X
Votes
1
Found in
2019.4.13f1
2020.1.10f1
2020.2.0b8
2021.1.0a1
Issue ID
1295543
Regression
Yes
Missing `localhost` in the `hosts` file configuration could cause the Unity Package Manager server to fail to start
Reproduction steps:
1. Remove/comment out on the host file the line 127.0.0.1 localhost
2. Open Unity Hub and open/create a project
Expected Result: The Project launches
Actual Result: Unity is unable to open the project showing an error that indicates it could not establish a connection with the Unity Package Manager server.
Reproduced: when host file misses the configuration that maps localhost to 127.0.0.1
Workaround: Add to the machine host file the mapping: 127.0.0.1 localhosts
Tutorial on how to edit the host file per platform:
https://www.howtogeek.com/howto/27350/beginner-geek-how-to-edit-your-hosts-file/
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Add comment