たくあんポリポリ

勉強したことを載せていきます。最近、技術系の記事はZennに書いています。(https://zenn.dev/chittai)

Unity 2018でArgumentExceptionが出る時の対応

Unity 2018 .1.3f1 をインストールして起動した時に、ArgumentException~というメッセージがでたので、その時に対応したメモ。

メッセージ

ArgumentException: Value does not fall within the expected range. SyntaxTree.VisualStudio.Unity.Bridge.CompilationUnit.LanguageOf (SyntaxTree.VisualStudio.Unity.Bridge.CompilationUnit unit)

www.visualstudio.com

最新版ではFIXされてそうだったので、ここのサイトでVisualStudioCommunityをダウンロードして最新版にアップデートすることで解消した。