From b57a3b8500e5ac8818f534100f78ea87b3c6f767 Mon Sep 17 00:00:00 2001 From: Shutong Wu <51266340+Scriptwonder@users.noreply.github.com> Date: Wed, 24 Sep 2025 00:24:01 -0400 Subject: [PATCH] Change package requisite for Code Validation Updated package installation instructions for NuGet to avoid compilation issue. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f436122..f06217f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ MCP for Unity connects your tools using two components: **Method 1: NuGet for Unity (Recommended)** 1. Install [NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity) 2. Go to `Window > NuGet Package Manager` - 3. Search for `Microsoft.CodeAnalysis.CSharp`, select version 3.11.0 and install the package + 3. Search for `Microsoft.CodeAnalysis`, select version 4.14.0, and install the package + 4. Also install package `SQLitePCLRaw.core` and `SQLitePCLRaw.bundle_e_sqlite3`. 5. Go to `Player Settings > Scripting Define Symbols` 6. Add `USE_ROSLYN` 7. Restart Unity