From 0ec2a1704746ea4799f33169ac8b74aa851268e2 Mon Sep 17 00:00:00 2001 From: Megh Date: Tue, 24 Sep 2024 09:39:15 -0700 Subject: [PATCH 1/2] fix: Sets the lighting encoding quality fix that the hdrp asset suggests to avoid users from having to click it on opening the template the first time --- .../ProjectSettings/ProjectSettings.asset | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset b/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset index 609f9bc984a..63d9cc225a4 100644 --- a/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset +++ b/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset @@ -547,6 +547,12 @@ PlayerSettings: - serializedVersion: 2 m_BuildTarget: WindowsStoreApps m_EncodingQuality: 2 + - serializedVersion: 2 + m_BuildTarget: iOS + m_EncodingQuality: 2 + - serializedVersion: 2 + m_BuildTarget: Switch + m_EncodingQuality: 2 m_BuildTargetGroupLightmapSettings: [] m_BuildTargetGroupLoadStoreDebugModeSettings: [] m_BuildTargetNormalMapEncoding: [] From 7b7c9f19cd1372ef79a2c99be39d0d2bb272f02c Mon Sep 17 00:00:00 2001 From: Megh Date: Tue, 24 Sep 2024 09:46:03 -0700 Subject: [PATCH 2/2] fix: Bump version and add changelog --- .../Packages/com.unity.template.hdrp-blank/CHANGELOG.md | 4 ++++ .../com.unity.template.hdrp-blank/ValidationExceptions.json | 2 +- .../Packages/com.unity.template.hdrp-blank/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md index b913500232e..30e97003a0b 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md @@ -4,7 +4,11 @@ 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). +## [17.0.5] - 2024-09-22 +### Changed + +- Fixed an issue where HDRP wizard popup requires user to update lightmap encoding ## [17.0.4] - 2024-04-04 diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json index 154f698d5f9..39f31bfe43c 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "17.0.4" + "PackageVersion": "17.0.5" } ], "WarningExceptions": [] diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json index 3c6e21885cd..886da45f2d0 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.template.hdrp-blank", "displayName":"3D HDRP", - "version": "17.0.4", + "version": "17.0.5", "type": "template", "host": "hub", "unity": "2023.3",