Skip to content

Commit

Permalink
Adding PS5 and GameCore platforms to template QualitySettings (Unity-…
Browse files Browse the repository at this point in the history
…Technologies#7316)

* Added PS5 and GameCore platforms to template QualitySettings

* Updated validation.json package version
  • Loading branch information
jmekh committed Apr 7, 2022
1 parent fa00646 commit 598bd7e
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [13.4.1] - 2022-03-16

### Added
- Added PS5 to QualitySettings.asset.
- Added GameCore platforms to QualitySettings.asset.

## [13.4.0] - 2021-10-18

Version Updated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "13.4.0"
"PackageVersion": "13.4.1"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.template.hd",
"displayName": "High Definition RP",
"version": "13.4.0",
"version": "13.4.1",
"type": "template",
"host": "hub",
"unity": "2022.1",
Expand Down
3 changes: 3 additions & 0 deletions com.unity.template-hd/ProjectSettings/QualitySettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ QualitySettings:
customRenderPipeline: {fileID: 11400000, guid: 168a2336534e4e043b2a210b6f8d379a, type: 2}
excludedTargetPlatforms: []
m_PerPlatformDefaultQuality:
GameCoreScarlett: 1
GameCoreXboxOne: 1
PS4: 1
PS5: 1
Server: 1
Standalone: 1
Windows Store Apps: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [13.2.2] - 2022-03-16

### Added
- Added PS5 to QualitySettings.asset.
- Added GameCore platforms to QualitySettings.asset.

## [13.2.1] - 2022-02-09

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "13.2.1"
"PackageVersion": "13.2.2"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.template.universal",
"displayName": "Universal Render Pipeline",
"version": "13.2.1",
"version": "13.2.2",
"type": "template",
"unity": "2022.1",
"host": "hub",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,11 @@ QualitySettings:
m_PerPlatformDefaultQuality:
Android: 1
Lumin: 2
GameCoreScarlett: 2
GameCoreXboxOne: 2
Nintendo Switch: 2
PS4: 2
PS5: 2
Stadia: 2
Standalone: 2
WebGL: 1
Expand Down

0 comments on commit 598bd7e

Please sign in to comment.