Skip to content

Commit 4fd21da

Browse files
Release 19 branch lts deprecation (#5673)
* Updated Project and DevProject to 2020.3 LTS. * Updated supported LTS version to 2020.3. * Updated changelog. * Bumped up CI Unity version from 2020.2 to 2020.3. * Update CHANGELOG.md * Removing VS Studio dependency from manifest.json. * Update packages-lock.json
1 parent ff0171d commit 4fd21da

15 files changed

+35
-22
lines changed

.yamato/com.unity.ml-agents-optional-dep-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
optional_deps:
22
- name: Analytics
33
project: "OptionalDepedencyTests/NoAnalyticsModule"
4-
version: 2020.2
4+
version: 2020.3
55
- name: Physics
66
project: OptionalDepedencyTests/NoPhysicsModule
7-
version: 2020.2
7+
version: 2020.3
88
- name: Physics2D
99
project: OptionalDepedencyTests/NoPhysics2DModule
10-
version: 2020.2
10+
version: 2020.3
1111
---
1212

1313
{% for optional_dep in optional_deps %}

.yamato/com.unity.ml-agents-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pack:
77
commands:
88
- |
99
python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
10-
unity-downloader-cli -u 2019.4 -c editor --wait --fast
10+
unity-downloader-cli -u 2020.3 -c editor --wait --fast
1111
./.Editor/Unity -projectPath Project -batchMode -executeMethod Unity.MLAgents.SampleExporter.ExportCuratedSamples -logFile -
1212
npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1313
upm-ci project pack --project-path Project

.yamato/com.unity.ml-agents-performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_editors:
2-
- version: 2019.4
3-
- version: 2020.2
2+
- version: 2020.3
3+
- version: 2021.2
44
---
55
{% for editor in test_editors %}
66
Run_Mac_Perfomance_Tests{{ editor.version }}:

.yamato/com.unity.ml-agents-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{% metadata_file .yamato/coverage_tests.metafile %}
22
test_editors:
3-
- version: 2019.4
3+
- version: 2020.3
44
# We want some scene tests to run in the DevProject, but packages there only support 2020+
55
testProject: Project
66
enableNoDefaultPackages: !!bool true
7-
- version: 2020.2
7+
- version: 2020.3
88
testProject: DevProject
99
enableNoDefaultPackages: !!bool true
1010
- version: 2021.2

.yamato/coverage_tests.metafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage_test_editors:
2-
- version: 2020.2
2+
- version: 2020.3
33
testProject: DevProject
44

55
coverage_test_platforms:

.yamato/standalone-build-webgl-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% capture editor_version %}2020.2{% endcapture %}
1+
{% capture editor_version %}2020.3{% endcapture %}
22
test_webgl_standalone_{{ editor_version }}:
33
name: Test WebGL Standalone {{ editor_version }}
44
agent:

.yamato/test_versions.metafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# For each "other" test, we only run it against a single version of the
44
# editor to reduce the number of yamato jobs
55
test_editors:
6-
- version: 2019.4
6+
- version: 2020.3
77
extra_test: gym
88
- version: 2020.3
99
extra_test: sensor

.yamato/training-backcompat-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
test_mac_backcompat_2019.4:
3-
{% capture editor_version %}2019.4{% endcapture %}
2+
test_mac_backcompat_2020.3:
3+
{% capture editor_version %}2020.3{% endcapture %}
44
{% capture csharp_backcompat_version %}1.0.0{% endcapture %}
55
# This test has to run on mac because it requires the custom build of tensorflow without AVX
66
# Test against 2020.1 because 2020.2 has to run against package version 1.2.0

Project/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"com.unity.ml-agents": "file:../../com.unity.ml-agents",
66
"com.unity.ml-agents.extensions": "file:../../com.unity.ml-agents.extensions",
77
"com.unity.nuget.newtonsoft-json": "2.0.0",
8-
"com.unity.test-framework": "1.1.24",
8+
"com.unity.test-framework": "1.1.29",
99
"com.unity.toolchain.macos-x86_64-linux-x86_64": "0.1.20-preview",
1010
"com.unity.ugui": "1.0.0",
1111
"com.unity.modules.imageconversion": "1.0.0",

Project/Packages/packages-lock.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"depth": 0,
6666
"source": "local",
6767
"dependencies": {
68-
"com.unity.ml-agents": "2.1.0-exp.1",
68+
"com.unity.ml-agents": "2.2.0",
6969
"com.unity.modules.physics": "1.0.0"
7070
}
7171
},
@@ -93,7 +93,7 @@
9393
"url": "https://packages.unity.com"
9494
},
9595
"com.unity.test-framework": {
96-
"version": "1.1.24",
96+
"version": "1.1.29",
9797
"depth": 0,
9898
"source": "registry",
9999
"dependencies": {
@@ -163,6 +163,18 @@
163163
"depth": 0,
164164
"source": "builtin",
165165
"dependencies": {
166+
"com.unity.modules.ui": "1.0.0",
167+
"com.unity.modules.imgui": "1.0.0",
168+
"com.unity.modules.jsonserialize": "1.0.0",
169+
"com.unity.modules.uielementsnative": "1.0.0"
170+
}
171+
},
172+
"com.unity.modules.uielementsnative": {
173+
"version": "1.0.0",
174+
"depth": 1,
175+
"source": "builtin",
176+
"dependencies": {
177+
"com.unity.modules.ui": "1.0.0",
166178
"com.unity.modules.imgui": "1.0.0",
167179
"com.unity.modules.jsonserialize": "1.0.0"
168180
}

0 commit comments

Comments
 (0)