From 50e89aea4f8bffb9a67ee8077ec7adbe7246962f Mon Sep 17 00:00:00 2001 From: sebastienlagarde Date: Wed, 6 Jul 2022 11:41:08 +0200 Subject: [PATCH] [HDRP][Template] Bump version to 15.0.0 --- .../Packages/com.unity.template.hd/CHANGELOG.md | 5 +++++ .../com.unity.template.hd/ValidationExceptions.json | 2 +- .../Packages/com.unity.template.hd/package.json | 6 +++--- com.unity.template-hd/Packages/manifest.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index 559c03b1f0d..83e29ec9671 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -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 diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json index de990db9724..2d8eb5e3a2b 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "13.4.1" + "PackageVersion": "15.0.0" } ], "WarningExceptions": [] diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/package.json b/com.unity.template-hd/Packages/com.unity.template.hd/package.json index 727eb1aab7c..a20771066e6 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/package.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/package.json @@ -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", @@ -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" diff --git a/com.unity.template-hd/Packages/manifest.json b/com.unity.template-hd/Packages/manifest.json index 5ff61d03b55..eab3f180649 100644 --- a/com.unity.template-hd/Packages/manifest.json +++ b/com.unity.template-hd/Packages/manifest.json @@ -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",