Switching from Unity to Visual Studio takes too long...

from 3 to 5 seconds… every time you make a change… is there a way to eliminate this? It makes working tedious since most of the time im just waiting for domain reloads…

I don’t want to reduce this delay, i want to find a way to eliminate it. It is pointless. Is this possible?

Edit → Preferences → Asset Pipeline → Set Auto Refresh to Disabled.

Thus Unity will only reload the domain when you specifically do so with CTRL-R by default.

Mind you if you want your code changes to take effect, yes, you will need to initiate a domain reload. There’s no getting rid of it entirely.