1

I'm coding C# in Visual Studio for my Unity project.

When I add a new script file to my project, I can open it in VS.

However, VS doesn't make any auto-complete specificly for unity, as I saw in a unity tutorial.

How can I get this VS auto-complete?

Thank you!

AmitaiF
  • 19
  • 2
  • 3

1 Answers1

0

You have to make sure you have Visual Studio Unity3d tools. You can download them for free here Also your class also must inherit MonoBehaviour class in order to show you these auto-complete features. Enjoy coding :)

Ivan Kaloyanov
  • 1,748
  • 6
  • 18
  • 24