Skip to content

Commit 870418c

Browse files
committed
fix: Bump version to 0.43.1 in all relevant files and update download links in documentation
1 parent 1496aa8 commit 870418c

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

Installer/Assets/com.IvanMurzak/AI Game Dev Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace com.IvanMurzak.Unity.MCP.Installer
1616
public static partial class Installer
1717
{
1818
public const string PackageId = "com.ivanmurzak.unity.mcp";
19-
public const string Version = "0.43.0";
19+
public const string Version = "0.43.1";
2020

2121
static Installer()
2222
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Unlike other tools, this plugin works **inside your compiled game**, allowing fo
3636
- ✔️ **Rich toolset** - Wide range of default [MCP Tools](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/default-mcp-tools.md)
3737
- ✔️ **Extensible** - Create [custom MCP Tools in your project code](#add-custom-mcp-tool)
3838

39-
[![DOWNLOAD INSTALLER](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)
39+
[![DOWNLOAD INSTALLER](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)
4040

4141
![AI Game Developer Windows](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/editor/ai-game-developer-windows.png?raw=true)
4242

@@ -252,7 +252,7 @@ Unlike other tools, this plugin works **inside your compiled game**, allowing fo
252252

253253
### Option 1 - Installer
254254

255-
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)**
255+
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)**
256256
- **📂 Import installer into Unity project**
257257
> - You can double-click on the file - Unity will open it automatically
258258
> - OR: Open Unity Editor first, then click on `Assets/Import Package/Custom Package`, and choose the file

Unity-MCP-Plugin/Assets/root/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Unlike other tools, this plugin works **inside your compiled game**, allowing fo
3636
- ✔️ **Rich toolset** - Wide range of default [MCP Tools](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/default-mcp-tools.md)
3737
- ✔️ **Extensible** - Create [custom MCP Tools in your project code](#add-custom-mcp-tool)
3838

39-
[![DOWNLOAD INSTALLER](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)
39+
[![DOWNLOAD INSTALLER](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)
4040

4141
![AI Game Developer Windows](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/editor/ai-game-developer-windows.png?raw=true)
4242

@@ -252,7 +252,7 @@ Unlike other tools, this plugin works **inside your compiled game**, allowing fo
252252

253253
### Option 1 - Installer
254254

255-
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)**
255+
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)**
256256
- **📂 Import installer into Unity project**
257257
> - You can double-click on the file - Unity will open it automatically
258258
> - OR: Open Unity Editor first, then click on `Assets/Import Package/Custom Package`, and choose the file

Unity-MCP-Plugin/Assets/root/Runtime/UnityMcpPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace com.IvanMurzak.Unity.MCP
1818
{
1919
public partial class UnityMcpPlugin : IDisposable
2020
{
21-
public const string Version = "0.43.0";
21+
public const string Version = "0.43.1";
2222

2323
protected readonly CompositeDisposable _disposables = new();
2424

Unity-MCP-Plugin/Assets/root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"MCP",
1212
"Unity MCP"
1313
],
14-
"version": "0.43.0",
14+
"version": "0.43.1",
1515
"unity": "2022.3",
1616
"description": "AI-powered bridge connecting LLMs and advanced AI agents to the Unity Editor via the Model Context Protocol (MCP). Chat with AI to generate code, debug errors, and automate game development tasks directly within your project.",
1717
"dependencies": {

Unity-MCP-Server/com.IvanMurzak.Unity.MCP.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackAsTool>true</PackAsTool>
1414
<ToolCommandName>unity-mcp-server</ToolCommandName>
1515
<PackageId>com.IvanMurzak.Unity.MCP.Server</PackageId>
16-
<Version>0.43.0</Version>
16+
<Version>0.43.1</Version>
1717
<Authors>Ivan Murzak</Authors>
1818
<Company>Ivan Murzak</Company>
1919
<Copyright>Copyright © 2025 Ivan Murzak</Copyright>

Unity-MCP-Server/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"source": "github",
99
"subfolder": "Unity-MCP-Server"
1010
},
11-
"version": "0.43.0",
11+
"version": "0.43.1",
1212
"packages": [
1313
{
1414
"registry_type": "oci",
1515
"registry_base_url": "https://docker.io",
1616
"identifier": "ivanmurzakdev/unity-mcp-server",
17-
"version": "0.43.0",
17+
"version": "0.43.1",
1818
"transport": {
1919
"type": "stdio"
2020
},

docs/README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A diferencia de otras herramientas, este plugin funciona **dentro de tu juego co
3636
- ✔️ **Conjunto de herramientas rico** - Amplio rango de [Herramientas MCP](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/default-mcp-tools.md) por defecto
3737
- ✔️ **Extensible** - Crea [herramientas MCP personalizadas en el código de tu proyecto](#agregar-herramienta-mcp-personalizada)
3838

39-
[![DESCARGAR INSTALADOR](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download_es.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)
39+
[![DESCARGAR INSTALADOR](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download_es.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)
4040

4141
![Desarrollador de juegos con IA Ventanas](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/editor/ai-game-developer-windows.png?raw=true)
4242

@@ -252,7 +252,7 @@ A diferencia de otras herramientas, este plugin funciona **dentro de tu juego co
252252

253253
### Opción 1 - Instalador
254254

255-
- **[⬇️ Descargar Instalador](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)**
255+
- **[⬇️ Descargar Instalador](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)**
256256
- **📂 Importar instalador al proyecto Unity**
257257
> - Puedes hacer doble clic en el archivo - Unity lo abrirá automáticamente
258258
> - O: Abre Unity Editor primero, luego haz clic en `Assets/Import Package/Custom Package`, y elige el archivo

docs/README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- ✔️ **豊富なツールセット** - 幅広いデフォルト[MCPツール](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/default-mcp-tools.md)
3737
- ✔️ **拡張可能** - プロジェクトコードで[カスタムMCPツール](#カスタムmcpツールの追加)を作成
3838

39-
[![インストーラーをダウンロード](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download_ja.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)
39+
[![インストーラーをダウンロード](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download_ja.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)
4040

4141
![AIゲーム開発者 窓](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/editor/ai-game-developer-windows.png?raw=true)
4242

@@ -252,7 +252,7 @@
252252

253253
### オプション1 - インストーラー
254254

255-
- **[⬇️ インストーラーをダウンロード](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)**
255+
- **[⬇️ インストーラーをダウンロード](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)**
256256
- **📂 インストーラーをUnityプロジェクトにインポート**
257257
> - ファイルをダブルクリック - Unityが自動的に開きます
258258
> - または:最初にUnityエディターを開き、`Assets/Import Package/Custom Package`をクリックして、ファイルを選択

docs/README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- ✔️ **丰富工具集** - 广泛的默认[MCP工具](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/default-mcp-tools.md)
3737
- ✔️ **可扩展** - 在您的项目代码中创建[自定义MCP工具](#添加自定义mcp工具)
3838

39-
[![下载安装程序](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download_zh-CN.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)
39+
[![下载安装程序](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download_zh-CN.svg?raw=true)](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)
4040

4141
![AI 游戏开发者 窗户](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/editor/ai-game-developer-windows.png?raw=true)
4242

@@ -252,7 +252,7 @@
252252

253253
### 选项1 - 安装程序
254254

255-
- **[⬇️ 下载安装程序](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.0/AI-Game-Dev-Installer.unitypackage)**
255+
- **[⬇️ 下载安装程序](https://github.com/IvanMurzak/Unity-MCP/releases/download/0.43.1/AI-Game-Dev-Installer.unitypackage)**
256256
- **📂 将安装程序导入Unity项目**
257257
> - 您可以双击文件 - Unity会自动打开它
258258
> - 或者:先打开Unity编辑器,然后点击 `Assets/Import Package/Custom Package`,选择文件

0 commit comments

Comments
 (0)