Package manager installing packages

Hi everyone,

Is there any way to disable the package manager resolving / installing packages every single time I add a script or change anything in code?

It’s really annoying and make my daily work very very slow, I feel like I’m living waiting for that window to disappear so I can continue working.

Also, can’t change it but editor version is not unity 6 preview, is unity 2023.

Thanks!

This should not happen unless you install assets or open the project for the first time.

Check the editor.log for details. Perhaps this helps pinpoint the issue. Specifically, what package it tries to install. Perhaps this may be a (defunct) editor script trying to install an already-installed package all over again, every time.

Deleting the Library may also help.

I will check the logs because this is happening to the whole team not only me. Also in different projects as well.
So there should be a specific package messing things up :frowning: