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 2e4fda0 commit fb3dedd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 4 additions & 1 deletion package/CHANGELOG.md
Expand Up @@ -4,7 +4,10 @@ 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.3.0] - 2019-03-05
## [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.

## [3.2.1] - 2019-03-05
Expand Down
5 changes: 1 addition & 4 deletions package/ProjectData~/Packages/manifest.json
@@ -1,13 +1,10 @@
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
"com.unity.multiplayer-hlapi": "1.0.1",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.purchasing": "2.0.5",
"com.unity.render-pipelines.lightweight": "6.5.0",
"com.unity.render-pipelines.lightweight": "6.5.2",
"com.unity.textmeshpro": "1.3.0",
"com.unity.timeline": "1.0.0",
"com.unity.xr.legacyinputhelpers": "1.0.0",
Expand Down
9 changes: 3 additions & 6 deletions package/package.json
@@ -1,19 +1,16 @@
{
"name": "com.unity.template.lightweightvr",
"displayName": "VR Lightweight RP (Preview)",
"version": "3.3.0",
"version": "3.4.0",
"type": "template",
"unity": "2019.2",
"description": "This template utilizes the Lightweight Render Pipeline and has settings tuned for virtual reality applications. \n\nThis project also includes \n▪ Shadergraph \n▪ Post-processing V2 Stack \n▪ Presets \n▪ Example content",
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
"com.unity.multiplayer-hlapi": "1.0.1",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.purchasing": "2.0.5",
"com.unity.render-pipelines.lightweight": "6.5.0",
"com.unity.render-pipelines.lightweight": "6.5.2",
"com.unity.textmeshpro": "1.3.0",
"com.unity.timeline": "1.0.0",
"com.unity.xr.legacyinputhelpers": "1.0.0",
Expand Down Expand Up @@ -54,6 +51,6 @@
"repository": {
"type": "git",
"url": "https://gitlab.cds.internal.unity3d.com/upm-packages/project-templates/upm-package-template-LightweightVR.git",
"revision": "4610fcdc89aef7332d160ee6704b5c0c808adf01"
"revision": "c87c0f986bb654cdb1fd0d725ab157d5a4a79fd5"
}
}
1 change: 1 addition & 0 deletions versions.txt
Expand Up @@ -15,3 +15,4 @@
3.1.0
3.2.0
3.3.0
3.4.0

0 comments on commit fb3dedd

Please sign in to comment.