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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 2.1.1):
Packages are no longer loaded when entering playmode