diff --git a/com.unity.render-pipelines.high-definition/CHANGELOG.md b/com.unity.render-pipelines.high-definition/CHANGELOG.md index 553fa10330a..0a9dc0067a7 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). - Fixed a build-time warning regarding light loop variants (case 1372256). ### Changed 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" 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",