Skip to content

Commit 296112c

Browse files
committed
AI Game Developer update
1 parent 3c8b555 commit 296112c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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
@@ -16,7 +16,7 @@ namespace com.IvanMurzak.Unity.MCP.ParticleSystem.Installer
1616
public static partial class Installer
1717
{
1818
public const string PackageId = "com.ivanmurzak.unity.mcp.particlesystem";
19-
public const string Version = "1.0.9";
19+
public const string Version = "1.0.10";
2020

2121
static Installer()
2222
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AI-powered tools for Unity ParticleSystem workflow. Inspect and modify ParticleS
2323
- [Video Tutorial for Visual Studio Code](https://www.youtube.com/watch?v=ZhP7Ju91mOE)
2424
- [Video Tutorial for Visual Studio](https://www.youtube.com/watch?v=RGdak4T69mc)
2525

26-
[![DOWNLOAD INSTALLER](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download.svg?raw=true)](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/download/1.0.9/AI-ParticleSystem-Installer.unitypackage)
26+
[![DOWNLOAD INSTALLER](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download.svg?raw=true)](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/download/1.0.10/AI-ParticleSystem-Installer.unitypackage)
2727

2828
### Stability status
2929

@@ -73,7 +73,7 @@ Supported modules (24 total):
7373

7474
### Option 1 - Installer
7575

76-
- **[Download Installer](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/download/1.0.9/AI-ParticleSystem-Installer.unitypackage)**
76+
- **[Download Installer](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/download/1.0.10/AI-ParticleSystem-Installer.unitypackage)**
7777
- **Import installer into Unity project**
7878
> - You can double-click on the file - Unity will open it automatically
7979
> - OR: Open Unity Editor first, then click on `Assets/Import Package/Custom Package`, and choose the file

Unity-Package/Assets/root/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AI-powered tools for Unity ParticleSystem workflow. Inspect and modify ParticleS
2323
- [Video Tutorial for Visual Studio Code](https://www.youtube.com/watch?v=ZhP7Ju91mOE)
2424
- [Video Tutorial for Visual Studio](https://www.youtube.com/watch?v=RGdak4T69mc)
2525

26-
[![DOWNLOAD INSTALLER](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download.svg?raw=true)](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/download/1.0.9/AI-ParticleSystem-Installer.unitypackage)
26+
[![DOWNLOAD INSTALLER](https://github.com/IvanMurzak/Unity-MCP/blob/main/docs/img/button/button_download.svg?raw=true)](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/download/1.0.10/AI-ParticleSystem-Installer.unitypackage)
2727

2828
### Stability status
2929

@@ -73,7 +73,7 @@ Supported modules (24 total):
7373

7474
### Option 1 - Installer
7575

76-
- **[Download Installer](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/download/1.0.9/AI-ParticleSystem-Installer.unitypackage)**
76+
- **[Download Installer](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/download/1.0.10/AI-ParticleSystem-Installer.unitypackage)**
7777
- **Import installer into Unity project**
7878
> - You can double-click on the file - Unity will open it automatically
7979
> - OR: Open Unity Editor first, then click on `Assets/Import Package/Custom Package`, and choose the file

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.9",
27+
"version": "1.0.10",
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.44.0",
31+
"com.ivanmurzak.unity.mcp": "0.45.0",
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.44.0",
3+
"com.ivanmurzak.unity.mcp": "0.45.0",
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)