File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ MCP for Unity connects your tools using two components:
7373 curl -LsSf https://astral.sh/uv/install.sh | sh
7474
7575 # Windows (PowerShell)
76- winget install Astral.Sh.Uv
76+ winget install --id=astral-sh.uv -e
7777
7878 # Docs: https://docs.astral.sh/uv/getting-started/installation/
7979 ```
@@ -87,7 +87,7 @@ MCP for Unity connects your tools using two components:
8787 ** Method 1: NuGet for Unity (Recommended)**
8888 1. Install [NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity)
8989 2. Go to ` Window > NuGet Package Manager`
90- 3. Search for ` Microsoft.CodeAnalysis.CSharp` and install the package
90+ 3. Search for ` Microsoft.CodeAnalysis.CSharp` , select version 3.11.0 and install the package
9191 5. Go to ` Player Settings > Scripting Define Symbols`
9292 6. Add ` USE_ROSLYN`
9393 7. Restart Unity
You can’t perform that action at this time.
0 commit comments