Unity Scripts edited in Visual studio don't provide autocomplete

前端 未结 26 1796
半阙折子戏
半阙折子戏 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条回答
  •  萌比男神i
    2020-11-22 10:20

    Another possible fix:

    1. In the project window, click on the Assets folder
    2. Right click, and Create -> C# Script
    3. Double click that, and wait.

    For some reason, this work.

提交回复
热议问题