From bb0d28195e65700d6cc862c8350e50422b37b7df Mon Sep 17 00:00:00 2001 From: Sebastien Lagarde Date: Thu, 15 Oct 2020 20:13:54 +0200 Subject: [PATCH] Update cinemachine 2.6.1 --- .../Packages/com.unity.template.hd/package.json | 1 + com.unity.template-hd/Packages/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/package.json b/com.unity.template-hd/Packages/com.unity.template.hd/package.json index 89ac4c94531..c305197ce04 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/package.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/package.json @@ -7,6 +7,7 @@ "unity": "2020.2", "description": "This template utilizes the High Definition Render Pipeline. Making it a good starting point for people focused on high-end graphics that want to develop games for platforms that support Shader Model 5.0 (DX11 and above). \n\nBeyond being tuned for High End visuals this project includes\n\u25aa Shadergraph \n\u25aa Visual Effect Graph \n\u25aa Presets \n\u25aa Example content", "dependencies": { + "com.unity.cinemachine": "2.6.1", "com.unity.render-pipelines.high-definition": "10.1.0" } } \ No newline at end of file diff --git a/com.unity.template-hd/Packages/manifest.json b/com.unity.template-hd/Packages/manifest.json index 8841455719d..396c3a55984 100644 --- a/com.unity.template-hd/Packages/manifest.json +++ b/com.unity.template-hd/Packages/manifest.json @@ -1,6 +1,6 @@ { "dependencies": { - "com.unity.cinemachine": "2.6.3", + "com.unity.cinemachine": "2.6.1", "com.unity.ide.rider": "2.0.7", "com.unity.ide.visualstudio": "2.0.2", "com.unity.ide.vscode": "1.2.1",