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: v8.1.0
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: v8.1.1
Choose a head ref
  • 4 commits
  • 37 files changed
  • 2 contributors

Commits on Nov 28, 2025

  1. Remove automatic version bumping from README files and switch to unve…

    …rsioned git URLs
    
    Unity doesn't update users who install with a fixed version
    
    - Remove sed commands that update version references in README.md and README-zh.md
    - Update git add command to exclude README files from version bump commits
    - Change README installation URLs from versioned (#v8.1.0) to unversioned (no tag)
    - Add documentation showing how to use tagged URLs for users who need fixed versions
    msanatan committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    2f63405 View commit details
    Browse the repository at this point in the history
  2. Fix manage prefabs (#405)

    * Standardize import ordering and whitespace in plugin
    
    The whitespace gave a warning in the asset store submission
    
    * Fix manage_prefab tool structure
    
    * Fix manage_editor actions
    
    * Add get_component singular to manage_gameobject
    
    * Improve uv cache clear error handling with lock detection and combined output
    
    Replace simple stderr-only error reporting with combined stdout/stderr output. Add detection for "currently in-use" lock errors with helpful hint about waiting or using --force flag. Provide fallback message when command fails with no output.
    
    * Improve error message formatting in uv cache clear failure logging
    msanatan authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    adfc6f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Fix CLI entry point path in pyproject.toml (#407)

    Update mcp-for-unity script entry point from "main:main" to "src.main:main" to match the actual module structure after moving main.py into the src directory.
    msanatan authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    06c1dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b452858 View commit details
    Browse the repository at this point in the history
Loading