Skip to content

Commit da9ffdc

Browse files
committed
AI Game Developer update
1 parent 431d7f5 commit da9ffdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0",
27+
"version": "1.0.1",
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.39.2",
31+
"com.ivanmurzak.unity.mcp": "0.40.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.39.2",
3+
"com.ivanmurzak.unity.mcp": "0.40.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)