Skip to content

Commit bbec6a4

Browse files
committed
docs(readme): mention recompile scripts tool
1 parent 90ed662 commit bbec6a4

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

README-ja.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ MCP Unityは、Unityの`Library/PackedCache`フォルダーをワークスペー
8686
- `create_prefab`: プレハブを作成し、オプションでMonoBehaviourスクリプトとシリアライズされたフィールド値を設定
8787
> **例:** "'PlayerController'スクリプトから'Player'という名前のプレハブを作成"
8888
89+
- `recompile_scripts`: Unityプロジェクト内のすべてのスクリプトを再コンパイル
90+
> **例:** "Unityプロジェクト内のすべてのスクリプトを再コンパイル"
91+
8992
### MCPサーバーリソース
9093

9194
- `unity://menu-items`: `execute_menu_item`ツールを容易にするために、Unityエディターで利用可能なすべてのメニュー項目のリストを取得

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ The following tools are available for manipulating and querying Unity scenes and
9090
- `create_prefab`: Creates a prefab with optional MonoBehaviour script and serialized field values
9191
> **Example prompt:** "Create a prefab named 'Player' from the 'PlayerController' script"
9292
93+
- `recompile_scripts`: Recompiles all scripts in the Unity project
94+
> **Example prompt:** "Recompile scripts in my Unity project"
95+
9396
### MCP Server Resources
9497

9598
- `unity://menu-items`: Retrieves a list of all available menu items in the Unity Editor to facilitate `execute_menu_item` tool

README_zh-CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ MCP Unity 通过将 Unity `Library/PackedCache` 文件夹添加到您的工作
8787
- `create_prefab`: 创建预制体,并可选择添加 MonoBehaviour 脚本和设置序列化字段值
8888
> **示例提示:** "从 'PlayerController' 脚本创建一个名为 'Player' 的预制体"
8989
90+
- `recompile_scripts`: 重新编译 Unity 项目中的所有脚本
91+
> **示例提示:** "重新编译我 Unity 项目中的所有脚本"
92+
9093
### MCP 服务器资源
9194

9295
- `unity://menu-items`: 获取 Unity 编辑器中所有可用的菜单项列表,以方便 `execute_menu_item` 工具

0 commit comments

Comments
 (0)