From 514de3010ea73293db559022c5253a1f53520bdf Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Thu, 2 Mar 2023 03:02:01 +1100 Subject: [PATCH] Install Recorder package --- .erp | 4 ++-- Packages/manifest.json | 7 ++++--- Packages/packages-lock.json | 9 +++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.erp b/.erp index 99d03c1..65906c8 100644 --- a/.erp +++ b/.erp @@ -5,7 +5,7 @@ false false true - 1677612079 - 2203605757488684133 + 1677686657 + 23669525547325516 false \ No newline at end of file diff --git a/Packages/manifest.json b/Packages/manifest.json index bce5c39..7ef611a 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,11 +1,13 @@ { "dependencies": { "com.spoiledcat.git": "1.0.12", + "com.tayx.graphy": "3.0.2", "com.unity.cinemachine": "2.9.5", "com.unity.collab-proxy": "2.0.0", "com.unity.ide.visualstudio": "2.0.17", "com.unity.ide.vscode": "1.2.5", "com.unity.inputsystem": "1.5.0", + "com.unity.recorder": "4.0.0", "com.unity.render-pipelines.universal": "14.0.6", "com.unity.test-framework": "1.1.33", "com.unity.textmeshpro": "3.0.6", @@ -43,8 +45,7 @@ "com.unity.modules.video": "1.0.0", "com.unity.modules.vr": "1.0.0", "com.unity.modules.wind": "1.0.0", - "com.unity.modules.xr": "1.0.0", - "com.tayx.graphy": "3.0.2" + "com.unity.modules.xr": "1.0.0" }, "scopedRegistries": [ { @@ -63,4 +64,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 5626d09..6d3f90b 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -78,6 +78,15 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.recorder": { + "version": "4.0.0", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.timeline": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.render-pipelines.core": { "version": "14.0.6", "depth": 1,