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: CoderGamester/mcp-unity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: CoderGamester/mcp-unity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.2
Choose a head ref
  • 17 commits
  • 1,885 files changed
  • 4 contributors

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    bf76cee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from yulcat/feature/return-with-logs

    feat: added param:returnWithLogs for run_tests, count pass/fail with valid tests only
    CoderGamester authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    219eccc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    516874b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991b8e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Merge pull request #53 from yulcat/feature/fix-test-error

    fix: prevent exceptions from manual test
    CoderGamester authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    10be316 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. git commit -m "fix(editor): Handle null results in TestRunnerServiceA…

    …ddresses
    
    NullReferenceException when Unity Test Framework API returns null ITestResultAdaptor instances.
    CoderGamester committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    0ae447c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/CoderGamester/mcp-unity

    # Conflicts:
    #	Editor/Services/TestRunnerService.cs
    CoderGamester committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    347ccf7 View commit details
    Browse the repository at this point in the history
  3. refactor(unity): Improve server lifecycle, error handling, and loggin…

    …g in the unity code to handle the domain reload issue
    CoderGamester committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    9b69ff8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. chore: add test-frameworks dependency to unity package

    chore: remove build files from project
    CoderGamester committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    a5f7d9f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. fix(test-runner): Improve async test result handling in TestRunnerSer…

    …vice
    
    feat(git-commits): New windsurf workflow to commit changes to git
    
    Closes #55
    CoderGamester committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    f0d0bcf View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. feat: add remote host configuration support for Unity WebSocket conne…

    …ction
    
    Add configurable host property to McpUnity class with support for UNITY_HOST
    environment variable and Host configuration in Unity's McpUnitySettings.json.
    Maintains full backward compatibility with original Unity workflow while
    enabling remote Unity Editor connections across network.
    ichimi abunai committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    ee52e4a View commit details
    Browse the repository at this point in the history
  2. feat: add Unity Editor support for remote MCP bridge connections

    - Add AllowRemoteConnections setting to McpUnitySettings
    - Update WebSocket server to bind to 0.0.0.0 when remote connections enabled
    - Add UI checkbox in Unity Editor window for remote connection toggle
    - Server automatically restarts when binding setting changes
    - Defaults to localhost-only connections for security
    ichimi abunai committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    9386c71 View commit details
    Browse the repository at this point in the history
  3. docs: add remote MCP bridge connection documentation

    Add documentation for UNITY_HOST environment variable and Unity Editor
    remote connection settings to all language READMEs.
    ichimi abunai committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    9ce66cd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. Merge pull request #59 from ichimi-abunai/main

    feat: add remote host configuration support for Unity WebSocket connection
    CoderGamester authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    17d1fca View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    23d508f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from Snowblaze/am/env-var-path

    fix: set path variables when trying to run npm commands
    CoderGamester authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    71e4841 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

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