Skip to content

Commit

Permalink
Merge pull request #8103 from Unity-Technologies/bugfix/UUM-69993
Browse files Browse the repository at this point in the history
[Template] Fix Lightmap encoding in com.unity.template.hdrp-blank UUM-69993
  • Loading branch information
LagueKristin authored Sep 25, 2024
2 parents 3fb000d + 7b7c9f1 commit e42df45
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "17.0.4"
"PackageVersion": "17.0.5"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit e42df45

Please sign in to comment.