From 72c30a26e1e3b1157d0185f03751885224e55a27 Mon Sep 17 00:00:00 2001 From: Shutong Wu <51266340+Scriptwonder@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:22:42 -0500 Subject: [PATCH] Upgrade Microsoft.CodeAnalysis and SQLitePCLRaw versions (#632) Updated NuGet package version for Microsoft.CodeAnalysis and SQLitePCLRaw. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be27b94..8996dc9 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,8 @@ MCP for Unity supports multiple Unity Editor instances. To target a specific one For **Strict** validation that catches undefined namespaces, types, and methods: 1. Install [NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity) -2. `Window > NuGet Package Manager` → Install `Microsoft.CodeAnalysis` v4.14.0 -3. Also install `SQLitePCLRaw.core` and `SQLitePCLRaw.bundle_e_sqlite3` +2. `Window > NuGet Package Manager` → Install `Microsoft.CodeAnalysis` v5.0 +3. Also install `SQLitePCLRaw.core` and `SQLitePCLRaw.bundle_e_sqlite3` v3.0.2 4. Add `USE_ROSLYN` to `Player Settings > Scripting Define Symbols` 5. Restart Unity