removed urp requirement

main
Justin Barnett 2025-03-31 16:41:50 -04:00
parent 0b51ff50d5
commit a7750e4257
1 changed files with 2 additions and 3 deletions

View File

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