Skip to content

Commit e42df45

Browse files
authored
Merge pull request #8103 from Unity-Technologies/bugfix/UUM-69993
[Template] Fix Lightmap encoding in com.unity.template.hdrp-blank UUM-69993
2 parents 3fb000d + 7b7c9f1 commit e42df45

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project template will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [17.0.5] - 2024-09-22
78

9+
### Changed
10+
11+
- Fixed an issue where HDRP wizard popup requires user to update lightmap encoding
812

913
## [17.0.4] - 2024-04-04
1014

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "17.0.4"
5+
"PackageVersion": "17.0.5"
66
}
77
],
88
"WarningExceptions": []

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hdrp-blank",
33
"displayName":"3D HDRP",
4-
"version": "17.0.4",
4+
"version": "17.0.5",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.3",

com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,12 @@ PlayerSettings:
547547
- serializedVersion: 2
548548
m_BuildTarget: WindowsStoreApps
549549
m_EncodingQuality: 2
550+
- serializedVersion: 2
551+
m_BuildTarget: iOS
552+
m_EncodingQuality: 2
553+
- serializedVersion: 2
554+
m_BuildTarget: Switch
555+
m_EncodingQuality: 2
550556
m_BuildTargetGroupLightmapSettings: []
551557
m_BuildTargetGroupLoadStoreDebugModeSettings: []
552558
m_BuildTargetNormalMapEncoding: []

0 commit comments

Comments
 (0)