I installed Unity 6 a few days ago and started a new 3d project. I have a few assets like FishNet and MapMagic installed and VSCode’s intellisense/error detection is already extremely slow. I’ll make a change and it’ll take upwards of 20 seconds for a suggestion to appear or errors to go away.
Is this common? Should I switch to Visual Studio instead? It’s going to be very painful to work on code this way so I need to figure out what’s causing it or change.
1 Like
Same for me with large project, intellisense and errors make slower after a while. Also suggestions become very slow.
Try to disable all AI related features in VS.
1 Like
Same here, 15 to 30 seconds to suggest something like the name of a variable. Any solution beside disable all related AI features (thks Antypodish btw), it may work but it is not best way to go, I use copilot on my everyday work. Thanks
1 Like
After trying in a couple of PCs, I get a solution, just delete “Library” folder and reload the unity project again. Now you will be able to use all AI features again and VS Code will be running smoothly, hope this helps someone else
1 Like