From a7750e4257fd0ff7a448278c748ee77620bd6be6 Mon Sep 17 00:00:00 2001 From: Justin Barnett Date: Mon, 31 Mar 2025 16:41:50 -0400 Subject: [PATCH] removed urp requirement --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 58e1979..244d2f5 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { "name": "com.justinpbarnett.unity-mcp", - "version": "0.1.4", + "version": "1.0.0", "displayName": "Unity MCP", "description": "A Unity package to communicate with a local MCP Client via a Python server.", "unity": "2020.3", "dependencies": { - "com.unity.nuget.newtonsoft-json": "3.0.2", - "com.unity.render-pipelines.universal": "12.1.7" + "com.unity.nuget.newtonsoft-json": "3.0.2" } }