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
- 3D Sample Scene (HDRP) template tutorial Welcome Dialog pop-up doesn't appear on project creation
- [Profiler] The Addressable Asset Module module outputs an ArgumentException when asset GUIDs produce a hash collision with Addressables
- Huge amounts of tests have a start delay when pressing "Run All" in the Test Runner
- Blackboard: Double borders around the tooltip
- [WebGL]VideoPlayer Rendering stops when setting FilterMode of a texture downloaded with UnityWebRequestTexture.GetTexture()
Resolution Note (fix version 2.1.1):
Packages are no longer loaded when entering playmode