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.0.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.0.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    be6c387 View commit details
    Browse the repository at this point in the history
  2. Harden PlayMode test runs (#396)

    * Harden PlayMode test runs
    
    - Guard against starting tests while already in Play Mode.
    - Pre-save dirty scenes before PlayMode runs to avoid SaveModifiedSceneTask failures.
    - Temporarily disable domain reload during PlayMode tests to keep the MCP bridge alive; restore settings afterward.
    - Avoid runSynchronously because it can freeze Unity
    
    * Handle the not too uncommon case where we have an empty scene
    msanatan authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    2f50962 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Configuration menu
    Copy the full SHA
    7b25f7c View commit details
    Browse the repository at this point in the history
Loading