Unity Scripts edited in Visual studio don't provide autocomplete

前端 未结 26 2005
半阙折子戏
半阙折子戏 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:30

    None of the above solutions worked for me. However I opened the ProjectName.CSPROJ file and manually added the new file and it worked like charm

提交回复
热议问题