From 66e8eceb1ed2bbfd62201742d3001b4bb052c92a Mon Sep 17 00:00:00 2001 From: "remi.chapelain" Date: Fri, 26 Sep 2025 13:22:16 +0200 Subject: [PATCH] version update --- .../Packages/com.unity.template.hd/CHANGELOG.md | 6 ++++++ .../com.unity.template.hd/ValidationExceptions.json | 2 +- .../Packages/com.unity.template.hd/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index 399f0bd318d..50858045524 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [16.1.0] - 2025-09-26 + +### Added + +- Opened starting room with an outside pier, added water system and replaced Sky with PBR Sky with atmospheric scattering. + ## [16.0.11] - 2025-01-27 ### Changed diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json index 735635d6e4c..be575f5d3ca 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "16.0.11" + "PackageVersion": "16.1.0" } ], "WarningExceptions": [] 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 396f0853a0c..9ba16832c6f 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 @@ -1,7 +1,7 @@ { "name": "com.unity.template.hd", "displayName": "High Definition RP", - "version": "16.0.11", + "version": "16.1.0", "type": "template", "host": "hub", "unity": "2023.2",