From 2b942467a580e867e9b0875cc120bd646dd0b64c Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Tue, 9 Jun 2026 23:38:50 -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 e3a83fe..b6a6005 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.16"; + public const string Version = "1.2.17"; 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 d3f42e0..067a3ea 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.16", + "version": "1.2.17", "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.79.1", + "com.ivanmurzak.unity.mcp": "0.80.0", "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 d1aba63..433fd6e 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.79.1", + "version": "0.80.0", "depth": 0, "source": "registry", "dependencies": {