From 439368b72366fe0d511d13303359fcf0b0c74f11 Mon Sep 17 00:00:00 2001 From: Alex Bagnolini Date: Thu, 18 Sep 2025 10:34:44 +0200 Subject: [PATCH] Specify version for Microsoft.CodeAnalysis.CSharp package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21581492..cac6a9b3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ 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` and install the package + 3. Search for `Microsoft.CodeAnalysis.CSharp`, select version 3.11.0 and install the package 5. Go to `Player Settings > Scripting Define Symbols` 6. Add `USE_ROSLYN` 7. Restart Unity