File tree Expand file tree Collapse file tree
com.unity.template.hdrp-blank
Packages/com.unity.template.hdrp-blank Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project template will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff line change 22 "ErrorExceptions" : [
33 {
44 "ValidationTest" : " Primed Library Validation" ,
5- "PackageVersion" : " 17.0.4 "
5+ "PackageVersion" : " 17.0.5 "
66 }
77 ],
88 "WarningExceptions" : []
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 : []
You can’t perform that action at this time.
0 commit comments