An error occurred while resolving packages: Project has invalid dependencies: [PACKAGE ]: EBUSY: resource busy or locked

When I try to import a new package, Unity shows me this message error


An error occurred while resolving packages: Project has invalid dependencies: com.kin.logsengine: EBUSY: resource busy or locked


com.kin.longengine is my package signature.


Solutions that I already tried:

  • Close mide IDE before import the package.
  • Reset Packages to default and add again
  • Change the package version

The only way I could make it work was to manually add them via Package.Load from disk


I’m using Unity 2019.1.14f1

In my case, this problem was resolved when I moved the project folder to SSD disk. I hope this will be helpful.