UnityでC#7.2を使用できるようにしてVisualStudioに対応させる

この記事は2018年09月05日にqiitaに投稿した内容です。

環境

Unity2018.2.2f1 Incrementalcompiler 0.0.42-preview.19

概要

Incrementalcompilerをインストールしたら、VisualStudioにc#のバージョンが違うと怒られました。 その対処方法です。

Incrementalcompilerのインストール

・Unityを開く ・「window」>「PackageManager」を開く ・「All」タブでIncrementalcompilerを選択し、「install」を押す

VisualStudioがエラーを出さないようにする

https://github.com/zoon/C-Sharp-Latest-for-Unity/releases から「csharplatest-0.1.0.18.unitypackage」をインストールする

参照

https://forum.unity.com/threads/unity-incremental-c-compiler.523993/page-7