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.Navigation.Installer
public static partial class Installer
{
public const string PackageId = "com.ivanmurzak.unity.mcp.navigation";
public const string Version = "1.0.5";
public const string Version = "1.0.6";

static Installer()
{
Expand Down
4 changes: 2 additions & 2 deletions Unity-Package/Assets/Plugins/NuGet/.nuget-installed.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "6.7.1",
"version": "6.10.0",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "6.7.1",
"version": "6.10.0",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file modified Unity-Package/Assets/Plugins/NuGet/McpPlugin.Common.dll
Binary file not shown.
Binary file modified Unity-Package/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"MCP",
"Unity MCP"
],
"version": "1.0.5",
"version": "1.0.6",
"unity": "2022.3",
"description": "MCP Tools for AI Navigation - Enhance your Unity projects with AI-powered NavMesh tools using the MCP framework. Add and bake NavMeshSurface, configure bake settings, add NavMeshModifier / NavMeshLink, and create and drive NavMeshAgents via natural language.",
"dependencies": {
"com.ivanmurzak.unity.mcp": "0.81.0",
"com.ivanmurzak.unity.mcp": "0.81.1",
"com.unity.ai.navigation": "1.1.7"
},
"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.81.0",
"version": "0.81.1",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "6.7.1",
"version": "6.10.0",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "6.7.1",
"version": "6.10.0",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file not shown.
Binary file modified Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "6.7.1",
"version": "6.10.0",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "6.7.1",
"version": "6.10.0",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file not shown.
Binary file modified Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "6.7.1",
"version": "6.10.0",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "6.7.1",
"version": "6.10.0",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file modified Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.Common.dll
Binary file not shown.
Binary file modified Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Loading