downgraded minimum urp version to support Unity 2020+

main
Justin Barnett 2025-03-24 09:49:11 -04:00
parent 42c7f8e7df
commit 5d9c5b44fc
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
"version": "0.1.4", "version": "0.1.4",
"displayName": "Unity MCP", "displayName": "Unity MCP",
"description": "A Unity package to communicate with a local MCP Client via a Python server.", "description": "A Unity package to communicate with a local MCP Client via a Python server.",
"unity": "2022.3", "unity": "2020.3",
"dependencies": { "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" "com.unity.render-pipelines.universal": "12.1.7"
} }
} }