updated unity version in package.json
parent
8860a7317c
commit
be47f39b12
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "com.justinpbarnett.unity-mcp",
|
"name": "com.justinpbarnett.unity-mcp",
|
||||||
"version": "0.1.0",
|
"version": "0.1.4",
|
||||||
"displayName": "Unity MCP Server",
|
"displayName": "Unity MCP Server",
|
||||||
"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": "6000.0",
|
"unity": "2022.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.nuget.newtonsoft-json": "3.0.2"
|
"com.unity.nuget.newtonsoft-json": "3.0.2"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue