From 6b3a20dd788889d7af63c274c76b8d620ed28f9e Mon Sep 17 00:00:00 2001 From: David Sarno Date: Tue, 12 Aug 2025 10:34:20 -0700 Subject: [PATCH] chore(package): add .meta files for new helpers and bump version to 2.0.1 --- UnityMcpBridge/Editor/Helpers/ExecPath.cs.meta | 13 +++++++++++++ .../Editor/Helpers/ServerPathResolver.cs.meta | 13 +++++++++++++ UnityMcpBridge/package.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 UnityMcpBridge/Editor/Helpers/ExecPath.cs.meta create mode 100644 UnityMcpBridge/Editor/Helpers/ServerPathResolver.cs.meta diff --git a/UnityMcpBridge/Editor/Helpers/ExecPath.cs.meta b/UnityMcpBridge/Editor/Helpers/ExecPath.cs.meta new file mode 100644 index 0000000..452749e --- /dev/null +++ b/UnityMcpBridge/Editor/Helpers/ExecPath.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 8f2b7b3e9c3e4a0f9b2a1d4c7e6f5a12 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +fileFormatVersion: 2 +guid: 3f130216be0fd4a57ab7d646a85c6d54 \ No newline at end of file diff --git a/UnityMcpBridge/Editor/Helpers/ServerPathResolver.cs.meta b/UnityMcpBridge/Editor/Helpers/ServerPathResolver.cs.meta new file mode 100644 index 0000000..e0a835a --- /dev/null +++ b/UnityMcpBridge/Editor/Helpers/ServerPathResolver.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: a4d1d7c2b1e94b3f8a7d9c6e5f403a21 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +fileFormatVersion: 2 +guid: 9ac156bc74460420290ab50ed91d3a15 \ No newline at end of file diff --git a/UnityMcpBridge/package.json b/UnityMcpBridge/package.json index 0e3ccdf..1091f69 100644 --- a/UnityMcpBridge/package.json +++ b/UnityMcpBridge/package.json @@ -1,6 +1,6 @@ { "name": "com.coplaydev.unity-mcp", - "version": "2.0.0", + "version": "2.0.1", "displayName": "Unity MCP Bridge", "description": "A bridge that manages and communicates with the sister application, Unity MCP Server, which allows for communications with MCP Clients like Claude Desktop or Cursor.", "unity": "2020.3",