We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91849c7 commit b57a3b8Copy full SHA for b57a3b8
README.md
@@ -90,7 +90,8 @@ MCP for Unity connects your tools using two components:
90
**Method 1: NuGet for Unity (Recommended)**
91
1. Install [NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity)
92
2. Go to `Window > NuGet Package Manager`
93
- 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
94
+ 4. Also install package `SQLitePCLRaw.core` and `SQLitePCLRaw.bundle_e_sqlite3`.
95
5. Go to `Player Settings > Scripting Define Symbols`
96
6. Add `USE_ROSLYN`
97
7. Restart Unity
0 commit comments