VeriorPies / ParrelSync

(Unity3D) Test multiplayer without building
MIT License
4.51k stars 318 forks source link

[ISSUE]Appearing pop-up of the packagemanager on focus of editor #34

Closed robvld closed 3 years ago

robvld commented 3 years ago

Describe the bug A pop-up of the package manager appears saying Trying to resolve packages, when focusing between the editors Happens always

To Reproduce Steps to reproduce the behavior:

  1. Create new project
  2. Create new clone
  3. Focus between original and clone
  4. Popup appears on focus saying Resolving packages, delaying the project

Expected behavior Nothing should appear

Enviroment (please complete the following information):

Additional context mkLink gives the same error

TheKrane commented 3 years ago

This started happening to me too after installing the UIToolkit and UIEditor packages on Unity 2020.2.7f1. Not a deal-breaking bug, but very annoying.

A workaround solution is to delete the clone's Packages folder and replace it with the original Packages folder.

314pies commented 3 years ago

Hi, thanks for reporting. This is a known issue, please refer to the "Why is Unity keeps Resolving packages when switching between clone and original?" for the temporary workaround.

314pies commented 3 years ago

Duplicate of #23