Every time I create a new script in untiy and open it with VS, I can’t seem to find it in its solution, unless I “Reimport All” in unity. This woudn’t be a big deal if it managed to find the references to my other scripts and have an intellisense as well. How can I fix this?
I tried this extension:
and follow this guide:
If I create a new script (from Unity) and double click, VS open it and all seem functional.
I found what the problem is. Wherever there’s an error in any of the scripts no matter what error, unity is unable to sync any other scripts, including the one with the error.
I’m also have this problem and I knew the reason. It’s because I turn off visual studio for unity extension.
You can fixed it by select **Extensions > Installed > Visual Studio For Unity > Enabled ** then restart the visual studio.
Problem solved.