From 5593d2a0da26f214966343052e96368b64f37be5 Mon Sep 17 00:00:00 2001 From: Khauvinkh Date: Sat, 17 Aug 2024 10:26:39 +0200 Subject: [PATCH] Added Rider package --- Packages/manifest.json | 1 + Packages/packages-lock.json | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index fca1697..7986c7f 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.unity.ide.rider": "3.0.31", "com.unity.ide.visualstudio": "2.0.22", "com.unity.textmeshpro": "3.0.6", "com.unity.ugui": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 84ebde2..775d141 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -2,11 +2,20 @@ "dependencies": { "com.unity.ext.nunit": { "version": "1.0.6", - "depth": 2, + "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.ide.rider": { + "version": "3.0.31", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6" + }, + "url": "https://packages.unity.com" + }, "com.unity.ide.visualstudio": { "version": "2.0.22", "depth": 0,