Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CoplayDev/unity-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.1
Choose a base ref
...
head repository: CoplayDev/unity-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.2
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 8, 2026

  1. Fixes Windows installation failures caused by long path issues when c…

    …loning the full repository via git URL (MAX_PATH 260 char limit exceeded by files in TestProjects/). (#534)
    
    * fix: use PyPI as default server source instead of git URL
    
    Fixes Windows installation failures caused by long path issues when
    cloning the full repository (MAX_PATH 260 char limit exceeded).
    
    - Change default from git+https://github.com/CoplayDev/unity-mcp to
      mcpforunityserver=={version} PyPI package
    - Rename GetMcpServerGitUrl() to GetMcpServerPackageSource()
    - Keep deprecated wrapper for backwards compatibility
    - Update UI help text to show local dev override example only
    - Update tests to expect PyPI package reference
    
    * fix: use forward slashes in deployment path display
    
    Fixes UI rendering issue where backslashes in Windows paths were
    interpreted as escape sequences (e.g. \U, \u showing as boxes).
    
    Convert backslashes to forward slashes for display in:
    - Target path label
    - Backup path label
    dsarno authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    cba0933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf6603d View commit details
    Browse the repository at this point in the history
Loading