Whenever i create the 3D project , i get the following error in the console.
An error occurred while resolving packages:
One or more packages could not be added to the local file system:
com.unity.ide.visualstudio: EPERM: operation not permitted, rename ‘C:\Users\Prajwal\AppData\Local\Unity\cache\packages\packages.unity.com.tmp-23120-yKLpGrvodaAC\extract’ → ‘C:\Users\Prajwal\AppData\Local\Unity\cache\packages\packages.unity.com\com.unity.ide.visualstudio@2.0.17’
A re-import of the project may be required to fix the issue or a manual modification of E:/games/Unity/Projects/My 3D Project/Packages/manifest.json file.
This sounds like something is locking the folder being renamed. This is typically one something like an overeager antivirus, but I’ve seen this happen with cloud tools like DropBox or OneDrive, and file monitors/scanners like Git’s new file system monitor or Visual Studio Code.
Are you aware of any software that could be scanning new files immediately when they are created on disk and therefore preventing the folder to be renamed?