Skip to content

Commit

Permalink
[2022.2] [Template HDRP-Blank] Enable incremental gc and fix text col…
Browse files Browse the repository at this point in the history
…or issue and bump to 14.0.4 (#8047)

* Enable incremental gc and bump version to 14.0.4

* Fix font switch issue
  • Loading branch information
LagueKristin authored Mar 20, 2024
1 parent 866e828 commit 4fb680a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ GUIStyle ButtonStyle

void Init()
{
if (m_Initialized)
return;
m_BodyStyle = new GUIStyle(EditorStyles.label);
m_BodyStyle.wordWrap = true;
m_BodyStyle.fontSize = 14;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.



## [14.0.4] - 2024-03-19

### Changed

- Enabled Incremental GC
- Fixed an issue where switching editor color would not update welcome page text color

## [14.0.3] - 2023-05-15

Regenerate packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "14.0.3"
"PackageVersion": "14.0.4"
}
],
"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": "14.0.3",
"version": "14.0.4",
"type": "template",
"host": "hub",
"unity": "2022.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,7 @@ PlayerSettings:
enableRoslynAnalyzers: 1
additionalIl2CppArgs:
scriptingRuntimeVersion: 1
gcIncremental: 0
assemblyVersionValidation: 1
gcIncremental: 1
gcWBarrierValidation: 0
apiCompatibilityLevelPerPlatform: {}
m_RenderingPath: 1
Expand Down

0 comments on commit 4fb680a

Please sign in to comment.