Unity Scripts edited in Visual studio don't provide autocomplete

前端 未结 26 1949
半阙折子戏
半阙折子戏 2020-11-22 10:02

When I want to edit C# Unity scripts, they open in Visual Studio. It is supposed to provide auto complete for all Unity related code, but it doesn\'t work.

Here you c

26条回答
  •  无人共我
    2020-11-22 10:23

    If you have done all of the above and still isn't working , just try this: Note: you should have updated VS.

    Goto Unity > edit> preference >External tools> external script editor. Somehow for me I had not selected "visual studio" for external script editor and it was not working. As soon as i selected this and doubled clicked on c# file from unity it started working.

    I hope it helps you too.

提交回复
热议问题