Skip to content

Commit

Permalink
3.4.0 - 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 08cf8cf commit 4efc7e4
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
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] - 2019-03-09
- Updating LWRP version to 6.5.2

## [3.3.0] - 2019-03-07
- Updating LWRP version to 6.5.0

Expand Down
2 changes: 1 addition & 1 deletion package/ProjectData~/Packages/manifest.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.collab-proxy": "1.2.9",
"com.unity.render-pipelines.lightweight": "6.5.0",
"com.unity.render-pipelines.lightweight": "6.5.2",
"com.unity.textmeshpro": "1.3.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
@@ -1,13 +1,13 @@
{
"name": "com.unity.template.lightweight",
"displayName": "Lightweight RP",
"version": "3.3.0",
"version": "3.4.0",
"type": "template",
"unity": "2019.2",
"description": "This Project Template utilzes the Lightweight Render Pipeline. \n\nIt is a great starting point for users targeting a broad range of mobile platforms, low-end to mid-tier hardware, or for developers making games that have limited realtime lighting needs. \n\nThis project also includes \n▪ Shadergraph \n▪ Post-processing V2 Stack \n▪ Presets \n▪ Example content",
"dependencies": {
"com.unity.collab-proxy": "1.2.9",
"com.unity.render-pipelines.lightweight": "6.5.0",
"com.unity.render-pipelines.lightweight": "6.5.2",
"com.unity.textmeshpro": "1.3.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down Expand Up @@ -43,6 +43,6 @@
"repository": {
"type": "git",
"url": "https://gitlab.cds.internal.unity3d.com/upm-packages/project-templates/project-template-lightweight.git",
"revision": "d9178517c2fca68d9f9af0c8b2a09c8b3c4433f7"
"revision": "55d308241ca1c9f303dd3163abe4900cf0b5065d"
}
}
1 change: 1 addition & 0 deletions versions.txt
Expand Up @@ -17,3 +17,4 @@
3.2.0
2.8.0
3.3.0
3.4.0

0 comments on commit 4efc7e4

Please sign in to comment.