Skip to content

Commit

Permalink
[HDRP][Template] Bump version to 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlagarde committed Jul 6, 2022
1 parent d51678a commit 50e89ae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [15.0.0] - 2022-07-06

### Fixed
- Fixed issue with new hdrp cubemap atlas system

## [13.4.1] - 2022-03-16

### 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.4.1"
"PackageVersion": "15.0.0"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "com.unity.template.hd",
"displayName": "High Definition RP",
"version": "13.4.1",
"version": "15.0.0",
"type": "template",
"host": "hub",
"unity": "2022.1",
"unity": "2023.1",
"description": "This template utilizes the High Definition Render Pipeline. Making it a good starting point for people focused on high-end graphics that want to develop games for platforms that support Shader Model 5.0 (DX11 and above). \n\nBeyond being tuned for High End visuals this project includes\n\u25aa Shadergraph \n\u25aa Visual Effect Graph \n\u25aa Presets \n\u25aa Example content",
"dependencies": {
"com.unity.collab-proxy": "1.15.16",
Expand All @@ -13,7 +13,7 @@
"com.unity.cinemachine": "2.8.4",
"com.unity.inputsystem": "1.3.0",
"com.unity.learn.iet-framework": "2.2.1",
"com.unity.render-pipelines.high-definition": "14.0.2",
"com.unity.render-pipelines.high-definition": "15.0.0",
"com.unity.timeline": "1.7.1",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.7.6"
Expand Down
2 changes: 1 addition & 1 deletion com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"com.unity.inputsystem": "1.3.0",
"com.unity.learn.iet-framework": "2.2.1",
"com.unity.learn.iet-framework.authoring": "1.0.2",
"com.unity.render-pipelines.high-definition": "14.0.2",
"com.unity.render-pipelines.high-definition": "15.0.0",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.1",
"com.unity.ugui": "1.0.0",
Expand Down

0 comments on commit 50e89ae

Please sign in to comment.