Home > OS >  Unity referances not working Visual Studio 2022
Unity referances not working Visual Studio 2022

Time:02-19

As seen in the image bellow, references are not showing up in visual studio. I was just using visual studio and i closed the project opened some other project and opened the unity project again in visual studio. But then none of the references shows up and i cant really fix it.

Any ideas on how to fix this?

enter image description here

CodePudding user response:

In Unity Editor try: Edit -> Preferences... -> External Tools -> Regenerate project files

CodePudding user response:

This problem happened to me, I couldn't solve it, I reinstalled visual again and downloaded c# plugins and module so it worked

  • Related