Skip to content

Commit d00cf93

Browse files
author
Miguel Cartier
committed
docs: readmes updated with clean references
fix: fixed the issue showing logs about unused variables and pacakge file generation
1 parent 5ab6f8b commit d00cf93

File tree

6 files changed

+1
-36
lines changed

6 files changed

+1
-36
lines changed

Editor/Tools/CreatePrefabTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public override JObject Execute(JObject parameters)
5252
// Apply field values if provided and component exists
5353
ApplyFieldValues(fieldValues, component);
5454
}
55-
catch (Exception ex)
55+
catch (Exception)
5656
{
5757
return McpUnitySocketHandler.CreateErrorResponse(
5858
$"Failed to add component '{componentName}' to GameObject",

README-ja.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343

4444
MCP Unityは、Unityエディター向けのModel Context Protocolの実装であり、AIアシスタントがUnityプロジェクトと対話できるようにします。このパッケージは、UnityとMCPプロトコルを実装するNode.jsサーバー間のブリッジを提供し、Claude、Windsurf、CursorなどのAIエージェントがUnityエディター内で操作を実行できるようにします。
4545

46-
<a href="https://glama.ai/mcp/servers/@CoderGamester/mcp-unity">
47-
<img width="400" height="200" src="https://glama.ai/mcp/servers/@CoderGamester/mcp-unity/badge" alt="Unity MCPサーバー" />
48-
</a>
49-
5046
## 機能
5147

5248
### IDE統合 - パッケージキャッシュアクセス

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
[![](https://img.shields.io/github/last-commit/CoderGamester/mcp-unity 'Last Commit')](https://github.com/CoderGamester/mcp-unity/commits/main)
88
[![](https://img.shields.io/badge/License-MIT-red.svg 'MIT License')](https://opensource.org/licenses/MIT)
99

10-
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/CoderGamester/mcp-unity)](https://archestra.ai/mcp-catalog/codergamester__mcp-unity)
11-
1210
| [🇺🇸English](README.md) | [🇨🇳简体中文](README_zh-CN.md) | [🇯🇵日本語](README-ja.md) |
1311
|----------------------|---------------------------------|----------------------|
1412

@@ -45,10 +43,6 @@
4543

4644
MCP Unity is an implementation of the Model Context Protocol for Unity Editor, allowing AI assistants to interact with your Unity projects. This package provides a bridge between Unity and a Node.js server that implements the MCP protocol, enabling AI agents like Claude, Windsurf, and Cursor to execute operations within the Unity Editor.
4745

48-
<a href="https://glama.ai/mcp/servers/@CoderGamester/mcp-unity">
49-
<img width="400" height="200" src="https://glama.ai/mcp/servers/@CoderGamester/mcp-unity/badge" alt="Unity MCP server" />
50-
</a>
51-
5246
## Features
5347

5448
### IDE Integration - Package Cache Access

README_zh-CN.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
| [🇺🇸英文](README.md) | [🇨🇳简体中文](README_zh-CN.md) | [🇯🇵日本語](README-ja.md) |
1111
|----------------------|---------------------------------|----------------------|
1212

13-
1413
```
1514
,/(/. *(/,
1615
*/(((((/. *((((((*.
@@ -44,10 +43,6 @@
4443

4544
MCP Unity 是 Model Context Protocol 在 Unity 编辑器中的实现,允许 AI 助手与您的 Unity 项目交互。这个包提供了 Unity 和实现 MCP 协议的 Node.js 服务器之间的桥梁,使 Claude、Windsurf 和 Cursor 等 AI 代理能够在 Unity 编辑器中执行操作。
4645

47-
<a href="https://glama.ai/mcp/servers/@CoderGamester/mcp-unity">
48-
<img width="400" height="200" src="https://glama.ai/mcp/servers/@CoderGamester/mcp-unity/badge" alt="Unity MCP server" />
49-
</a>
50-
5146
## 功能
5247

5348
### IDE 集成 - 包缓存访问

package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

package-lock.json.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)