Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit a357768

Browse files
authored
Unity 2019.1.3f1 upgrade (#951)
* Upgrade to Unity 2019.1.3f1 * Changelog
1 parent 4471b59 commit a357768

File tree

8 files changed

+31
-5
lines changed

8 files changed

+31
-5
lines changed

.buildkite/premerge.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ common: &common
1313
- "environment=production"
1414
- "permission_set=builder"
1515
- "platform=windows"
16-
- "queue=v2-1556726890-efe92fe64408be66-------z"
16+
- "queue=v3-1558109315-a75758857a3cdfbe-------z"
1717
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
1818
retry:
1919
automatic:

.buildkite/release-qa.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ common: &common
1313
- "environment=production"
1414
- "permission_set=builder"
1515
- "platform=windows"
16-
- "queue=v2-1556726890-efe92fe64408be66-------z"
16+
- "queue=v3-1558109315-a75758857a3cdfbe-------z"
1717
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
1818
retry:
1919
automatic:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Changed
6+
7+
- Upgraded the project to be compatible with `2019.1.3f1`.
8+
59
## `0.2.2` - 2019-05-15
610

711
### Breaking Changes
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
m_EditorVersion: 2018.3.11f1
1+
m_EditorVersion: 2019.1.3f1
2+
m_EditorVersionWithRevision: 2019.1.3f1 (dc414eb9ed43)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"m_SettingKeys": [
3+
"VR Device Disabled",
4+
"VR Device User Alert"
5+
],
6+
"m_SettingValues": [
7+
"False",
8+
"False"
9+
]
10+
}

workers/unity/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"com.improbable.gdk.testutils": "file:com.improbable.gdk.testutils",
1111
"com.improbable.gdk.tools": "file:com.improbable.gdk.tools",
1212
"com.improbable.gdk.transformsynchronization": "file:com.improbable.gdk.transformsynchronization",
13-
"com.unity.package-manager-ui": "2.0.7",
13+
"com.unity.package-manager-ui": "2.1.2",
1414
"com.unity.modules.imgui": "1.0.0",
1515
"com.unity.modules.physics": "1.0.0",
1616
"com.unity.modules.ui": "1.0.0"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
m_EditorVersion: 2018.3.11f1
1+
m_EditorVersion: 2019.1.3f1
2+
m_EditorVersionWithRevision: 2019.1.3f1 (dc414eb9ed43)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"m_SettingKeys": [
3+
"VR Device Disabled",
4+
"VR Device User Alert"
5+
],
6+
"m_SettingValues": [
7+
"False",
8+
"False"
9+
]
10+
}

0 commit comments

Comments
 (0)