Skip to content

Commit

Permalink
3.0.1 - 2019/03/09
Browse files Browse the repository at this point in the history
@2019.2
  • Loading branch information
ErikMoczi committed Mar 14, 2019
1 parent 4c6ab83 commit 72269a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.0.1] - 2019-03-05
- PlayerSettings.displayResolutionDialog property now defaults to false.

## [3.0.0] - 2019-02-12
- Removing deprecated packages from manifest

Expand Down
2 changes: 1 addition & 1 deletion package/ProjectData~/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PlayerSettings:
iosShowActivityIndicatorOnLoading: -1
androidShowActivityIndicatorOnLoading: -1
iosAppInBackgroundBehavior: 0
displayResolutionDialog: 1
displayResolutionDialog: 0
iosAllowHTTPDownload: 1
allowedAutorotateToPortrait: 1
allowedAutorotateToPortraitUpsideDown: 1
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.template.3d",
"displayName": "3D",
"version": "3.0.0",
"version": "3.0.1",
"type": "template",
"unity": "2019.2",
"description": "This is an empty 3D project that uses Unity's built-in renderer.",
Expand Down Expand Up @@ -43,6 +43,6 @@
"repository": {
"type": "git",
"url": "https://gitlab.cds.internal.unity3d.com/upm-packages/project-templates/project-template-3D.git",
"revision": "804b3f40bffba50d5f7ea7f763f15150eaa449dc"
"revision": "cafffa2acf0f64b3fa97adf81d38e4f345c2ccb2"
}
}
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
2.2.0
2.3.0
3.0.0
3.0.1

0 comments on commit 72269a6

Please sign in to comment.