Skip to content

Commit 237ddbe

Browse files
committed
AI Game Developer update
1 parent 9200d08 commit 237ddbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace com.IvanMurzak.Unity.MCP.ParticleSystem.Installer
1919
public static partial class Installer
2020
{
2121
public const string PackageId = "com.ivanmurzak.unity.mcp.particlesystem";
22-
public const string Version = "1.0.48";
22+
public const string Version = "1.0.49";
2323

2424
static Installer()
2525
{

Unity-Package/Assets/root/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"renderer",
2525
"editor-tooling"
2626
],
27-
"version": "1.0.48",
27+
"version": "1.0.49",
2828
"unity": "2022.3",
2929
"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.",
3030
"dependencies": {
31-
"com.ivanmurzak.unity.mcp": "0.63.2",
31+
"com.ivanmurzak.unity.mcp": "0.63.3",
3232
"com.unity.modules.particlesystem": "1.0.0"
3333
},
3434
"scopedRegistries": [

Unity-Package/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.ivanmurzak.unity.mcp": "0.63.2",
3+
"com.ivanmurzak.unity.mcp": "0.63.3",
44
"com.unity.ide.visualstudio": "2.0.26",
55
"com.unity.test-framework": "1.1.33",
66
"com.unity.modules.assetbundle": "1.0.0",

0 commit comments

Comments
 (0)