Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 10887de

Browse files
Upgrade to Unity 2023.2 (#6071)
This is the minimum version supported by the latest Sentis release 1.3.0: https://discussions.unity.com/t/about-sentis-beta/260899 Remove the TextMeshPro package, which is deprecated in 2023.2 (and causes duplicate symbol errors): https://forum.unity.com/threads/2023-2-latest-development-on-textmesh-pro.1434757/ Tested: ran models in the 3DBall scene on OS X
1 parent 92cbaad commit 10887de

File tree

22 files changed

+88
-78
lines changed

22 files changed

+88
-78
lines changed

‎.github/ISSUE_TEMPLATE/bug_report.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please wrap in triple backticks (```) to make it easier to read.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Environment (please complete the following information):**
27-
- Unity Version: [e.g. Unity 2022.3f1]
27+
- Unity Version: [e.g. Unity 2023年2月12日f1]
2828
- OS + version: [e.g. Windows 10]
2929
- _ML-Agents version_: (e.g. ML-Agents v0.8, or latest `develop` branch from source)
3030
- _Torch version_: (you can run `pip3 show torch` to get this)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pack:
99
eval "$($HOME/anaconda/bin/conda shell.bash hook)"
1010
conda activate python3.10
1111
python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
12-
unity-downloader-cli -u 2022.3 -c editor --wait --fast
12+
unity-downloader-cli -u 2023.2 -c editor --wait --fast
1313
./.Editor/Unity -projectPath Project -batchMode -executeMethod Unity.MLAgents.SampleExporter.ExportCuratedSamples -logFile -
1414
npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1515
upm-ci project pack --project-path Project

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_editors:
22
- version: 2022.3
3-
- version: 2023.1
3+
- version: 2023.2
44
---
55
{% for editor in test_editors %}
66
Run_Mac_Perfomance_Tests{{ editor.version }}:

‎.yamato/com.unity.ml-agents-promotion.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test_editors:
22
- version: 2022.3
3+
- version: 2023.2
34
test_platforms:
45
- name: win
56
type: Unity::VM

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_editors:
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: 2023.1
7+
- version: 2023.2
88
testProject: DevProject
99
enableNoDefaultPackages: !!bool true
1010

‎.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: 2022.3
2+
- version: 2023.2
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 %}2022.3{% endcapture %}
1+
{% capture editor_version %}2023.2{% 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
@@ -5,7 +5,7 @@
55
test_editors:
66
- version: 2022.3
77
extra_test: gym
8-
- version: 2023.1
8+
- version: 2023.3
99
extra_test: sensor
1010
- version: trunk
1111
extra_test: llapi

‎DevProject/Packages/manifest.json‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": "1.1.4",
3+
"com.unity.ai.navigation": "2.0.0",
44
"com.unity.coding": "0.1.0-preview.13",
5-
"com.unity.inputsystem": "1.6.1",
5+
"com.unity.inputsystem": "1.7.0",
66
"com.unity.ml-agents": "file:../../com.unity.ml-agents",
77
"com.unity.ml-agents.extensions": "file:../../com.unity.ml-agents.extensions",
88
"com.unity.package-manager-doctools": "3.0.0-preview",
99
"com.unity.package-validation-suite": "0.59.0-preview",
10-
"com.unity.test-framework": "1.1.33",
10+
"com.unity.test-framework": "1.3.9",
1111
"com.unity.test-framework.performance": "3.0.3",
12-
"com.unity.testtools.codecoverage": "1.2.4",
12+
"com.unity.testtools.codecoverage": "1.2.5",
13+
"com.unity.modules.accessibility": "1.0.0",
1314
"com.unity.modules.imageconversion": "1.0.0",
1415
"com.unity.modules.physics": "1.0.0",
1516
"com.unity.modules.physics2d": "1.0.0",

‎DevProject/Packages/packages-lock.json‎

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.ai.navigation": {
4-
"version": "1.1.4",
4+
"version": "2.0.0",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
@@ -10,11 +10,12 @@
1010
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
1111
},
1212
"com.unity.burst": {
13-
"version": "1.8.10",
13+
"version": "1.8.12",
1414
"depth": 2,
1515
"source": "registry",
1616
"dependencies": {
17-
"com.unity.mathematics": "1.2.1"
17+
"com.unity.mathematics": "1.2.1",
18+
"com.unity.modules.jsonserialize": "1.0.0"
1819
},
1920
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
2021
},
@@ -28,14 +29,14 @@
2829
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
2930
},
3031
"com.unity.ext.nunit": {
31-
"version": "1.0.6",
32+
"version": "2.0.5",
3233
"depth": 1,
3334
"source": "registry",
3435
"dependencies": {},
3536
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
3637
},
3738
"com.unity.inputsystem": {
38-
"version": "1.6.1",
39+
"version": "1.7.0",
3940
"depth": 0,
4041
"source": "registry",
4142
"dependencies": {
@@ -130,11 +131,11 @@
130131
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
131132
},
132133
"com.unity.test-framework": {
133-
"version": "1.1.33",
134+
"version": "1.3.9",
134135
"depth": 0,
135136
"source": "registry",
136137
"dependencies": {
137-
"com.unity.ext.nunit": "1.0.6",
138+
"com.unity.ext.nunit": "2.0.3",
138139
"com.unity.modules.imgui": "1.0.0",
139140
"com.unity.modules.jsonserialize": "1.0.0"
140141
},
@@ -151,7 +152,7 @@
151152
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
152153
},
153154
"com.unity.testtools.codecoverage": {
154-
"version": "1.2.4",
155+
"version": "1.2.5",
155156
"depth": 0,
156157
"source": "registry",
157158
"dependencies": {
@@ -161,27 +162,39 @@
161162
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
162163
},
163164
"nuget.castle-core": {
164-
"version": "1.0.1",
165+
"version": "2.0.0",
165166
"depth": 2,
166167
"source": "registry",
167168
"dependencies": {},
168169
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
169170
},
170171
"nuget.moq": {
171-
"version": "1.0.0",
172+
"version": "2.0.0",
172173
"depth": 1,
173174
"source": "registry",
174175
"dependencies": {
175-
"nuget.castle-core": "1.0.1"
176+
"nuget.castle-core": "2.0.0"
176177
},
177178
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
178179
},
180+
"com.unity.modules.accessibility": {
181+
"version": "1.0.0",
182+
"depth": 0,
183+
"source": "builtin",
184+
"dependencies": {}
185+
},
179186
"com.unity.modules.ai": {
180187
"version": "1.0.0",
181188
"depth": 1,
182189
"source": "builtin",
183190
"dependencies": {}
184191
},
192+
"com.unity.modules.hierarchycore": {
193+
"version": "1.0.0",
194+
"depth": 1,
195+
"source": "builtin",
196+
"dependencies": {}
197+
},
185198
"com.unity.modules.imageconversion": {
186199
"version": "1.0.0",
187200
"depth": 0,
@@ -225,7 +238,8 @@
225238
"dependencies": {
226239
"com.unity.modules.ui": "1.0.0",
227240
"com.unity.modules.imgui": "1.0.0",
228-
"com.unity.modules.jsonserialize": "1.0.0"
241+
"com.unity.modules.jsonserialize": "1.0.0",
242+
"com.unity.modules.hierarchycore": "1.0.0"
229243
}
230244
},
231245
"com.unity.modules.unityanalytics": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /