Reputation: 65
Here, when I open the highlighted script in a Unity Project: The visual studio opens and there's no solution explorer: and even if I add it from View tab, there's nothing in it to be accessed or browsed.
Due to this I'm not able to access Unity classes like in this example Vector3 class cannot be accessed which can be noticed as it's not color coded. How can this problem be solved?
Upvotes: 1
Views: 1279
Reputation: 1
you need to update your visual studio to latest update. if this didn't work out you'll have to change to vs 2022
Upvotes: 0
Reputation: 66
Sometimes your visual studio is out of sync with your Unity. Some methods I used to fix this are:
Upvotes: 4