Skip to content

Commit

Permalink
Enable incremental gc and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LagueKristin committed Mar 19, 2024
1 parent 699aa6d commit cec94eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.



## [14.0.4] - 2024-03-19

### Changed

- Enabled Incremental GC

## [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 cec94eb

Please sign in to comment.