Specify version for Microsoft.CodeAnalysis.CSharp package (#278)

main
Alex Bagnolini 2025-09-19 15:29:37 +02:00 committed by GitHub
parent 94ad8dea50
commit 6e72b33309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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