File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,17 @@ MCP for Unity connects your tools using two components:
6767
6868 * ** Python:** Version 3.12 or newer. [ Download Python] ( https://www.python.org/downloads/ )
6969 * ** Unity Hub & Editor:** Version 2021.3 LTS or newer. [ Download Unity] ( https://unity.com/download )
70- * ** uv (Python package manager):**
70+ * ** uv (Python toolchain manager):**
7171 ``` bash
72- pip install uv
73- # Or see: https://docs.astral.sh/uv/getting-started/installation/
72+ # macOS / Linux
73+ curl -LsSf https://astral.sh/uv/install.sh | sh
74+
75+ # Windows (PowerShell)
76+ winget install Astral.Sh.Uv
77+
78+ # Docs: https://docs.astral.sh/uv/getting-started/installation/
7479 ```
80+
7581 * ** An MCP Client:** : [Claude Desktop](https://claude.ai/download) | [Claude Code](https://github.com/anthropics/claude-code) | [Cursor](https://www.cursor.com/en/downloads) | [Visual Studio Code Copilot](https://code.visualstudio.com/docs/copilot/overview) | [Windsurf](https://windsurf.com) | Others work with manual config
7682
7783 * < details> < summary><strong> [Optional] Roslyn for Advanced Script Validation< /strong></summary>
You can’t perform that action at this time.
0 commit comments