# Unity Vscode for mac error report and autocomplete自動補全與偵錯無法顯示的修正 ###### tags: `Unity` ### Step 1: Required packages 下載需要的包 - [x] mono (brew install mono) - [x] .net5.0 (brew install --cask dotnet) - [x] C# vsix (Package Link: https://github.com/OmniSharp/omnisharp-vscode/releases) (Install as below)  ### Step 2: Disable auto updating extensions in vscode 關閉Vscode裡自動更新套件的功能(避免C#更新時又出錯)  ### Step 3: Delete the csproj and sln file in your unity project folder. 刪除Unity專案資料夾裡的 .csproj & .sln檔案  ### Step 4: Go to Unity -> Preferences -> External Tools -> Regenerate project files and select the Vscode as your default editor. 將Vscode設成預設編輯器,與點擊 Regenerate project files.  ### Step 5: Go to Assets -> Open C# project  # Done!! 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up