Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Unity-Package/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.ivanmurzak.unity.mcp": {
"version": "0.79.1",
"version": "0.80.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
Loading