1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

記事投稿キャンペーン 「2024年!初アウトプットをしよう」

Vs-CodeでSDKが見つからない時

Last updated at Posted at 2024-01-15

MacにUnityを入れてVscodeを開いたがSDKが認識されない時の処理です。

Mac M1
Unity 2022.3.16
vscode 1.85.1
dotnet 7.0.404

dotnetがおかしいのか確認。


% dotnet --info
.NET SDK:
Version: 7.0.404
Commit: 22f221a24c

ランタイム環境:
OS Name: Mac OS X
OS Version: 14.2
OS Platform: Darwin
RID: osx-arm64
Base Path: /usr/local/share/dotnet/sdk/7.0.404/

Host:
Version: 7.0.14
Architecture: arm64
Commit: 808851b07a

.NET SDKs installed:
7.0.404 [/usr/local/share/dotnet/sdk]


C# DevKitがよくないとかなんとか。

解決策
Unityのエディタから開いたらダメ。
Vscodeの開くからUnityのプロジェクトを指定して開く。
そうすればうまくいきました。

すごく時間がかかりました。
これでうまくいきました。
ハート頂ければ嬉しいです。

原因は何なのかわかればどなたか教えてください。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?