From 93d19871fca447eb563554b5ca265ed9c7c65f24 Mon Sep 17 00:00:00 2001 From: Justin Barnett Date: Fri, 21 Mar 2025 07:47:09 -0400 Subject: [PATCH] added urp dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index adc4a9b..dcd3c18 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "description": "A Unity package to communicate with a local MCP Client via a Python server.", "unity": "2022.3", "dependencies": { - "com.unity.nuget.newtonsoft-json": "3.0.2" + "com.unity.nuget.newtonsoft-json": "3.0.2", + "com.unity.render-pipelines.universal": "17.0.3" } }