Skip to content

Commit f773d4b

Browse files
authored
[Template] HDRP blank welcome text color gets stuck when switching theme (#8048)
Fix text color issue and bump version
1 parent 220a60c commit f773d4b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

com.unity.template.hdrp-blank/Assets/TutorialInfo/Scripts/Editor/ReadmeEditor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ GUIStyle ButtonStyle
198198

199199
void Init()
200200
{
201-
if (m_Initialized)
202-
return;
203201
m_BodyStyle = new GUIStyle(EditorStyles.label);
204202
m_BodyStyle.wordWrap = true;
205203
m_BodyStyle.fontSize = 14;

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88

9+
## [17.0.3] - 2024-03-20
10+
11+
### Changed
12+
13+
- Fixed an issue where switching editor color would not update welcome page text color
14+
915
## [17.0.2] - 2024-03-05
1016

1117
### Changed

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.2"
5+
"PackageVersion": "17.0.3"
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.2",
4+
"version": "17.0.3",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.3",

0 commit comments

Comments
 (0)