aboutsummaryrefslogtreecommitdiffstats
path: root/Packages
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-04-12 22:41:11 -0500
committerToby Vincent <tobyv13@gmail.com>2022-04-12 22:41:11 -0500
commita820d2892f7c44ef4e5ddd76a6973adb38e9bfa4 (patch)
tree5abe8294eb4cb32efb54b5c619eabd971241bb0a /Packages
parent51f2bf4415d0c1441d9c72fbb5f2b5895fd24456 (diff)
feat: add actor/item prototypes
Diffstat (limited to 'Packages')
-rw-r--r--Packages/manifest.json1
-rw-r--r--Packages/packages-lock.json9
2 files changed, 10 insertions, 0 deletions
diff --git a/Packages/manifest.json b/Packages/manifest.json
index 8a81b75..5f8bb7e 100644
--- a/Packages/manifest.json
+++ b/Packages/manifest.json
@@ -6,6 +6,7 @@
"com.unity.ide.rider": "3.0.12",
"com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.vscode": "1.2.5",
+ "com.unity.inputsystem": "1.3.0",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",
diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json
index 274ffb8..c473e89 100644
--- a/Packages/packages-lock.json
+++ b/Packages/packages-lock.json
@@ -53,6 +53,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
+ "com.unity.inputsystem": {
+ "version": "1.3.0",
+ "depth": 0,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.modules.uielements": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
"com.unity.services.core": {
"version": "1.0.1",
"depth": 1,