From 587ca5038cdd8c5adf06661815b1483d4fbe3a7b Mon Sep 17 00:00:00 2001 From: John Parsaie Date: Mon, 25 Oct 2021 15:00:13 -0400 Subject: [PATCH 1/3] Bump the IET version 2.0 -> 2.1 --- com.unity.template-hd/Packages/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/com.unity.template-hd/Packages/manifest.json b/com.unity.template-hd/Packages/manifest.json index eb5234cb345..9d0f8597792 100644 --- a/com.unity.template-hd/Packages/manifest.json +++ b/com.unity.template-hd/Packages/manifest.json @@ -1,13 +1,13 @@ { "dependencies": { - "com.unity.cinemachine": "2.8.0", - "com.unity.collab-proxy": "1.9.0", + "com.unity.cinemachine": "2.8.1", + "com.unity.collab-proxy": "1.9.0", "com.unity.feature.development": "1.0.1", - "com.unity.inputsystem": "1.1.0-pre.5", - "com.unity.learn.iet-framework": "2.0.0", - "com.unity.render-pipelines.high-definition": "13.1.0", + "com.unity.inputsystem": "1.1.1", + "com.unity.learn.iet-framework": "2.1.0", "com.unity.learn.iet-framework.authoring": "1.0.0", - "com.unity.textmeshpro": "3.0.6", + "com.unity.render-pipelines.high-definition": "13.1.0", + "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.2", "com.unity.ugui": "1.0.0", "com.unity.modules.ai": "1.0.0", From 249371d03c41a0c8d7eab78e8ac61ef580c6418b Mon Sep 17 00:00:00 2001 From: John Parsaie Date: Mon, 25 Oct 2021 15:01:39 -0400 Subject: [PATCH 2/3] Changelog --- com.unity.render-pipelines.high-definition/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/com.unity.render-pipelines.high-definition/CHANGELOG.md b/com.unity.render-pipelines.high-definition/CHANGELOG.md index 139681f1f06..b0f20100739 100644 --- a/com.unity.render-pipelines.high-definition/CHANGELOG.md +++ b/com.unity.render-pipelines.high-definition/CHANGELOG.md @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fixed custom pass injection point not visible in the UI when using the Camera mode. - Fixed film grain & dithering when using spatial upscaling methods for DRS. - Fixed a regression that was introduced in the diffuse denoiser in a previous PR. +- Fixed a memory leak in the template tutorial (1374640). ### Changed - Use RayTracingAccelerationStructure.CullInstances to filter Renderers and populate the acceleration structure with ray tracing instances for improved CPU performance on the main thread. From 1344dbfebbe541d6aa88ec911b31217ca8b406f9 Mon Sep 17 00:00:00 2001 From: John Parsaie Date: Mon, 25 Oct 2021 15:29:17 -0400 Subject: [PATCH 3/3] Update the template package dependencies to reflect the project's updated manifest --- .../Packages/com.unity.template.hd/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 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 5601a03fff4..b6b74514903 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 @@ -10,9 +10,9 @@ "com.unity.collab-proxy": "1.9.0", "com.unity.feature.development": "1.0.1", "com.unity.textmeshpro": "3.0.6", - "com.unity.cinemachine": "2.8.0", - "com.unity.inputsystem": "1.1.0-pre.5", - "com.unity.learn.iet-framework": "2.0.0", + "com.unity.cinemachine": "2.8.1", + "com.unity.inputsystem": "1.1.1", + "com.unity.learn.iet-framework": "2.1.0", "com.unity.render-pipelines.high-definition": "13.1.0", "com.unity.timeline": "1.6.2", "com.unity.ugui": "1.0.0"