Skip to content

Commit

Permalink
3.4.0-preview - 2019/03/12
Browse files Browse the repository at this point in the history
@2019.2
  • Loading branch information
ErikMoczi committed Mar 14, 2019
1 parent 08e28a6 commit 4e757f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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).

## [3.4.0-preview] - 2019-03-09
- HD version bumped to 6.5.2-preview.

## [3.3.0-preview] - 2019-03-07
- ProjectSettings.legacyClampBlendShapeWeights property now defaults to false.
- HDRP version updated to 6.5.0-preview.
Expand Down
2 changes: 1 addition & 1 deletion package/ProjectData~/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.collab-proxy": "1.2.16",
"com.unity.render-pipelines.high-definition": "6.5.0-preview",
"com.unity.render-pipelines.high-definition": "6.5.2-preview",
"com.unity.textmeshpro": "1.3.0",
"com.unity.timeline": "1.0.0",
"com.unity.xr.legacyinputhelpers": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "com.unity.template.hd",
"displayName": "High-Definition RP (Preview)",
"version": "3.3.0-preview",
"version": "3.4.0-preview",
"type": "template",
"unity": "2019.2",
"description": "This template utilizes the High Definition Scriptible 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▪ Shadergraph \n▪ Post Processing V2 Stack \n▪ Presets \n▪ Example content",
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.collab-proxy": "1.2.16",
"com.unity.render-pipelines.high-definition": "6.5.0-preview",
"com.unity.render-pipelines.high-definition": "6.5.2-preview",
"com.unity.textmeshpro": "1.3.0",
"com.unity.timeline": "1.0.0",
"com.unity.xr.legacyinputhelpers": "1.0.0",
Expand Down Expand Up @@ -48,6 +48,6 @@
"repository": {
"type": "git",
"url": "https://gitlab.cds.internal.unity3d.com/upm-packages/project-templates/upm-package-template-HD.git",
"revision": "aabe8877205a438e210beddd9c7054a2dcaf2980"
"revision": "55d6b6d4c1a8520139f515e9d47ee138213f8500"
}
}
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
3.2.0
2.11.0-preview
3.3.0-preview
3.4.0-preview

0 comments on commit 4e757f4

Please sign in to comment.