Skip to content

Commit 2d6baeb

Browse files
committed
Merge branch 'main' into improved-prefab-support
2 parents 6b6172f + 6e72b33 commit 2d6baeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)