Skip to content

Commit ffd75e7

Browse files
committed
AI Game Developer update
1 parent 4e6455f commit ffd75e7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Installer/Assets/com.IvanMurzak/AI ProBuilder 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.ProBuilder.Installer
1919
public static partial class Installer
2020
{
2121
public const string PackageId = "com.ivanmurzak.unity.mcp.probuilder";
22-
public const string Version = "1.0.58";
22+
public const string Version = "1.0.59";
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
@@ -12,11 +12,11 @@
1212
"MCP",
1313
"Unity MCP"
1414
],
15-
"version": "1.0.58",
15+
"version": "1.0.59",
1616
"unity": "2022.3",
1717
"description": "MCP Tools for ProBuilder - Enhance your Unity projects with AI-powered ProBuilder tools using the MCP framework.",
1818
"dependencies": {
19-
"com.ivanmurzak.unity.mcp": "0.63.0",
19+
"com.ivanmurzak.unity.mcp": "0.63.1",
2020
"com.unity.probuilder": "5.2.4"
2121
},
2222
"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.0",
3+
"com.ivanmurzak.unity.mcp": "0.63.1",
44
"com.unity.ide.vscode": "1.2.5",
55
"com.unity.probuilder": "5.2.4",
66
"com.unity.test-framework": "1.1.33",

0 commit comments

Comments
 (0)