Search Issue Tracker
Fixed in 2.1.1
Votes
0
Found in [Package]
2.1.1
Issue ID
1135815
Regression
Yes
Package Manager UI refreshes the package list when entering play mode
If the Package Manager UI window is open when entering Play Mode in the editor, it will attempt to refresh the packages list. This causes a major hitch upon entering play mode.
1. Open Unity
2. Open the attached project
3. Open SampleScene.scene
4. Make sure the Package Manger UI window is open via Window > Package Manager
5. Enter Play Mode
Expected Result:
The editor enters play mode and the scene plays without any issues.
Actual Result:
When the editor enters playmode, Package Manager refreshes the package list. This causes a big pause, which can be seen in the Game window as the cube stops spinning until the Package list has finished loading.
Tested on Windows.
Reproduced in 2019.1.0b7 with Package Manager UI 2.1.1
Cannot reproduce in 2018.3.7f1 with Package Manager UI 2.0.7
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note (fix version 2.1.1):
Packages are no longer loaded when entering playmode