5
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VSCodeでUniRxが参照エラーになる件について

Posted at

現象

UnityでUniRxを使って開発していたら
突然VSCodeでUniRxのusingでエラーが発生した・・😭
before.JPG

なぜなのか

結論から言うと
VSCode拡張のバージョンアップが原因らしい。

修正手順

サイドメニューから拡張機能を開き、C#を選択。
バージョンを確認するとv1.23.4だった。
extension_csharp.JPG

このバージョンをv1.23.2まで落とす。
拡張機能のC#の設定アイコンをクリックし、「install Another Version...」を選択。

バージョン選択の窓が表示されるため、「1.23.2」を選択してインストール。
後はVSCodeを再起動する。

おしまい!!
after.JPG

5
1
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
5
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?