From e79120ce8d83408db914c15e26de21898784853e Mon Sep 17 00:00:00 2001 From: Samir Badi Date: Mon, 30 Oct 2023 12:42:39 -0400 Subject: [PATCH] Importe le package 'Cinemachine' --- Packages/manifest.json | 1 + Packages/packages-lock.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index e2d90b4..1a1c2df 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.unity.cinemachine": "2.9.7", "com.unity.collab-proxy": "2.2.0", "com.unity.feature.2d": "2.0.0", "com.unity.ide.rider": "3.0.25", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 98639e9..22e98f8 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -103,6 +103,15 @@ }, "url": "https://packages.unity.com" }, + "com.unity.cinemachine": { + "version": "2.9.7", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.31" + }, + "url": "https://packages.unity.com" + }, "com.unity.collab-proxy": { "version": "2.2.0", "depth": 0,