Skip to content

Commit 855adff

Browse files
Merge pull request #26 from justinpbarnett/bugfix/missing-urp-dependency
added urp dependency
2 parents 4aff62f + 93d1987 commit 855adff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "A Unity package to communicate with a local MCP Client via a Python server.",
66
"unity": "2022.3",
77
"dependencies": {
8-
"com.unity.nuget.newtonsoft-json": "3.0.2"
8+
"com.unity.nuget.newtonsoft-json": "3.0.2",
9+
"com.unity.render-pipelines.universal": "17.0.3"
910
}
1011
}

0 commit comments

Comments
 (0)