From 81b0eb366235cab855cec00f29b610aa577a4020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Penavaire?= Date: Wed, 4 May 2022 13:57:48 +0200 Subject: [PATCH] Update packages --- .../Packages/com.unity.template.hd/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 505974c70b7..aa43f9b5454 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,14 +7,14 @@ "unity": "2022.1", "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.collab-proxy": "1.9.0", + "com.unity.collab-proxy": "1.15.16", "com.unity.feature.development": "1.0.1", "com.unity.textmeshpro": "3.0.6", - "com.unity.cinemachine": "2.8.1", - "com.unity.inputsystem": "1.1.1", + "com.unity.cinemachine": "2.8.4", + "com.unity.inputsystem": "1.3.0", "com.unity.learn.iet-framework": "2.1.1", - "com.unity.render-pipelines.high-definition": "13.1.0", - "com.unity.timeline": "1.6.2", + "com.unity.render-pipelines.high-definition": "14.0.2", + "com.unity.timeline": "1.7.1", "com.unity.ugui": "1.0.0", "com.unity.visualscripting": "1.7.6" }