From a820d2892f7c44ef4e5ddd76a6973adb38e9bfa4 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 12 Apr 2022 22:41:11 -0500 Subject: feat: add actor/item prototypes --- Packages/manifest.json | 1 + Packages/packages-lock.json | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'Packages') 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, -- cgit v1.2.3-70-g09d2