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 d32c468..c616a8d 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.28"; + public const string Version = "1.2.29"; static Installer() { diff --git a/Unity-Package/Assets/Plugins/NuGet/.nuget-installed.json b/Unity-Package/Assets/Plugins/NuGet/.nuget-installed.json index e3f92dc..c0ebc5b 100644 --- a/Unity-Package/Assets/Plugins/NuGet/.nuget-installed.json +++ b/Unity-Package/Assets/Plugins/NuGet/.nuget-installed.json @@ -1,13 +1,13 @@ { "packages": { "com.IvanMurzak.McpPlugin": { - "version": "7.3.0", + "version": "7.5.0", "dlls": [ "McpPlugin.dll" ] }, "com.IvanMurzak.McpPlugin.Common": { - "version": "7.3.0", + "version": "7.5.0", "dlls": [ "McpPlugin.Common.dll" ] diff --git a/Unity-Package/Assets/Plugins/NuGet/McpPlugin.Common.dll b/Unity-Package/Assets/Plugins/NuGet/McpPlugin.Common.dll index dc5a365..362bb9b 100644 Binary files a/Unity-Package/Assets/Plugins/NuGet/McpPlugin.Common.dll and b/Unity-Package/Assets/Plugins/NuGet/McpPlugin.Common.dll differ diff --git a/Unity-Package/Assets/Plugins/NuGet/McpPlugin.dll b/Unity-Package/Assets/Plugins/NuGet/McpPlugin.dll index 0fa0235..add5dc7 100644 Binary files a/Unity-Package/Assets/Plugins/NuGet/McpPlugin.dll and b/Unity-Package/Assets/Plugins/NuGet/McpPlugin.dll differ 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 29f3b80..ae6d117 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.28", + "version": "1.2.29", "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.86.0", + "com.ivanmurzak.unity.mcp": "0.86.2", "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 f43c835..5f6ae98 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.86.0", + "version": "0.86.2", "depth": 1, "source": "registry", "dependencies": { @@ -16,7 +16,7 @@ "depth": 0, "source": "embedded", "dependencies": { - "com.ivanmurzak.unity.mcp": "0.86.0", + "com.ivanmurzak.unity.mcp": "0.86.2", "com.unity.modules.particlesystem": "1.0.0" } }, diff --git a/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/.nuget-installed.json b/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/.nuget-installed.json index e3f92dc..c0ebc5b 100644 --- a/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/.nuget-installed.json +++ b/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/.nuget-installed.json @@ -1,13 +1,13 @@ { "packages": { "com.IvanMurzak.McpPlugin": { - "version": "7.3.0", + "version": "7.5.0", "dlls": [ "McpPlugin.dll" ] }, "com.IvanMurzak.McpPlugin.Common": { - "version": "7.3.0", + "version": "7.5.0", "dlls": [ "McpPlugin.Common.dll" ] diff --git a/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.Common.dll b/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.Common.dll index dc5a365..362bb9b 100644 Binary files a/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.Common.dll and b/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.Common.dll differ diff --git a/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.dll b/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.dll index 0fa0235..add5dc7 100644 Binary files a/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.dll and b/Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.dll differ diff --git a/Unity-Tests/2022.3.62f3/Packages/packages-lock.json b/Unity-Tests/2022.3.62f3/Packages/packages-lock.json index e5fc6e0..6fd2ed0 100644 --- a/Unity-Tests/2022.3.62f3/Packages/packages-lock.json +++ b/Unity-Tests/2022.3.62f3/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.ivanmurzak.unity.mcp": { - "version": "0.86.0", + "version": "0.86.2", "depth": 1, "source": "registry", "dependencies": { @@ -16,7 +16,7 @@ "depth": 0, "source": "local", "dependencies": { - "com.ivanmurzak.unity.mcp": "0.86.0", + "com.ivanmurzak.unity.mcp": "0.86.2", "com.unity.modules.particlesystem": "1.0.0" } }, diff --git a/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/.nuget-installed.json b/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/.nuget-installed.json index e3f92dc..c0ebc5b 100644 --- a/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/.nuget-installed.json +++ b/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/.nuget-installed.json @@ -1,13 +1,13 @@ { "packages": { "com.IvanMurzak.McpPlugin": { - "version": "7.3.0", + "version": "7.5.0", "dlls": [ "McpPlugin.dll" ] }, "com.IvanMurzak.McpPlugin.Common": { - "version": "7.3.0", + "version": "7.5.0", "dlls": [ "McpPlugin.Common.dll" ] diff --git a/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.Common.dll b/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.Common.dll index dc5a365..362bb9b 100644 Binary files a/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.Common.dll and b/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.Common.dll differ diff --git a/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.dll b/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.dll index 0fa0235..add5dc7 100644 Binary files a/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.dll and b/Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.dll differ diff --git a/Unity-Tests/2023.2.22f1/Packages/packages-lock.json b/Unity-Tests/2023.2.22f1/Packages/packages-lock.json index d0869d8..2caa134 100644 --- a/Unity-Tests/2023.2.22f1/Packages/packages-lock.json +++ b/Unity-Tests/2023.2.22f1/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.ivanmurzak.unity.mcp": { - "version": "0.86.0", + "version": "0.86.2", "depth": 1, "source": "registry", "dependencies": { @@ -16,7 +16,7 @@ "depth": 0, "source": "local", "dependencies": { - "com.ivanmurzak.unity.mcp": "0.86.0", + "com.ivanmurzak.unity.mcp": "0.86.2", "com.unity.modules.particlesystem": "1.0.0" } }, diff --git a/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/.nuget-installed.json b/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/.nuget-installed.json index e3f92dc..c0ebc5b 100644 --- a/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/.nuget-installed.json +++ b/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/.nuget-installed.json @@ -1,13 +1,13 @@ { "packages": { "com.IvanMurzak.McpPlugin": { - "version": "7.3.0", + "version": "7.5.0", "dlls": [ "McpPlugin.dll" ] }, "com.IvanMurzak.McpPlugin.Common": { - "version": "7.3.0", + "version": "7.5.0", "dlls": [ "McpPlugin.Common.dll" ] diff --git a/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.Common.dll b/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.Common.dll index dc5a365..362bb9b 100644 Binary files a/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.Common.dll and b/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.Common.dll differ diff --git a/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.dll b/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.dll index 0fa0235..add5dc7 100644 Binary files a/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.dll and b/Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.dll differ diff --git a/Unity-Tests/6000.3.1f1/Packages/packages-lock.json b/Unity-Tests/6000.3.1f1/Packages/packages-lock.json index 8596f62..e1ad1d1 100644 --- a/Unity-Tests/6000.3.1f1/Packages/packages-lock.json +++ b/Unity-Tests/6000.3.1f1/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.ivanmurzak.unity.mcp": { - "version": "0.86.0", + "version": "0.86.2", "depth": 1, "source": "registry", "dependencies": { @@ -16,7 +16,7 @@ "depth": 0, "source": "local", "dependencies": { - "com.ivanmurzak.unity.mcp": "0.86.0", + "com.ivanmurzak.unity.mcp": "0.86.2", "com.unity.modules.particlesystem": "1.0.0" } },