added urp dependency

main
Justin Barnett 2025-03-21 07:47:09 -04:00
parent 4aff62fe5c
commit 93d19871fc
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}
}