From 38ff07e1f1e0bdb33331c562ec8bdbf83c7392ad Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Thu, 11 Jun 2026 10:23:07 -0700 Subject: [PATCH] AI Game Developer update --- .../com.IvanMurzak/AI Particle System Installer/Installer.cs | 2 +- .../com.ivanmurzak.unity.mcp.particlesystem/package.json | 4 ++-- Unity-Package/Packages/packages-lock.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs b/Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs index b6a6005..e320745 100644 --- a/Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs +++ b/Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs @@ -19,7 +19,7 @@ namespace com.IvanMurzak.Unity.MCP.ParticleSystem.Installer public static partial class Installer { public const string PackageId = "com.ivanmurzak.unity.mcp.particlesystem"; - public const string Version = "1.2.17"; + public const string Version = "1.2.18"; static Installer() { diff --git a/Unity-Package/Packages/com.ivanmurzak.unity.mcp.particlesystem/package.json b/Unity-Package/Packages/com.ivanmurzak.unity.mcp.particlesystem/package.json index 067a3ea..b3f4d1c 100644 --- a/Unity-Package/Packages/com.ivanmurzak.unity.mcp.particlesystem/package.json +++ b/Unity-Package/Packages/com.ivanmurzak.unity.mcp.particlesystem/package.json @@ -24,11 +24,11 @@ "renderer", "editor-tooling" ], - "version": "1.2.17", + "version": "1.2.18", "unity": "2022.3", "description": "AI-powered tools for Unity ParticleSystem workflow. Inspect and modify ParticleSystem components via natural language commands—configure emission, shape, velocity curves, color gradients, and all modules without manual inspector navigation. Ideal for rapid prototyping and procedural effects generation. Built on top of the AI Game Developer (Unity-MCP) platform.", "dependencies": { - "com.ivanmurzak.unity.mcp": "0.80.0", + "com.ivanmurzak.unity.mcp": "0.80.1", "com.unity.modules.particlesystem": "1.0.0" }, "scopedRegistries": [ diff --git a/Unity-Package/Packages/packages-lock.json b/Unity-Package/Packages/packages-lock.json index 433fd6e..a7aeee7 100644 --- a/Unity-Package/Packages/packages-lock.json +++ b/Unity-Package/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.ivanmurzak.unity.mcp": { - "version": "0.80.0", + "version": "0.80.1", "depth": 0, "source": "registry", "dependencies": {