Skip to content

Commit b57a3b8

Browse files
authored
Change package requisite for Code Validation
Updated package installation instructions for NuGet to avoid compilation issue.
1 parent 91849c7 commit b57a3b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ MCP for Unity connects your tools using two components:
9090
**Method 1: NuGet for Unity (Recommended)**
9191
1. Install [NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity)
9292
2. Go to `Window > NuGet Package Manager`
93-
3. Search for `Microsoft.CodeAnalysis.CSharp`, select version 3.11.0 and install the package
93+
3. Search for `Microsoft.CodeAnalysis`, select version 4.14.0, and install the package
94+
4. Also install package `SQLitePCLRaw.core` and `SQLitePCLRaw.bundle_e_sqlite3`.
9495
5. Go to `Player Settings > Scripting Define Symbols`
9596
6. Add `USE_ROSLYN`
9697
7. Restart Unity

0 commit comments

Comments
 (0)