0

just like the title Unity Scripts edited in Visual studio don't provide autocomplete. i am trying to make a rigid body and as you can see it doesn't recognize it, some help? By the way i can't change the "External script editor" to something else but "open file by extension:

c# writing

enter image description here

tripleee
  • 175,061
  • 34
  • 275
  • 318

2 Answers2

0

Your installation of Visual Studio is probably missing the Visual Studio Tools for Unity extension. Try this installation guide: Get started with Visual Studio Tools for Unity

antoson
  • 28
  • 1
  • 7
0

There is a previous forum that provides guidance on this issue which is still relevant in 2021:

Unity Scripts edited in Visual studio don't provide autocomplete

One solution that worked for me that was not in that forum was going to the Solution Explorer tab in Visual Studios. Right click the solution and hit resolve errors. This may fix the issue.