Skip to content

Commit b51eecf

Browse files
alex-mccarthy-unitymiguelalonsojr
andauthoredMar 9, 2024
Update to Sentis 1.3.0-pre.3 release (#6070)
Co-authored-by: Miguel Alonso Jr <76960110+miguelalonsojr@users.noreply.github.com>
1 parent 10887de commit b51eecf

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed
 

‎DevProject/Packages/packages-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"depth": 0,
5757
"source": "local",
5858
"dependencies": {
59-
"com.unity.sentis": "1.3.0-pre.2",
59+
"com.unity.sentis": "1.3.0-pre.3",
6060
"com.unity.modules.imageconversion": "1.0.0",
6161
"com.unity.modules.jsonserialize": "1.0.0",
6262
"com.unity.modules.physics": "1.0.0"
@@ -106,7 +106,7 @@
106106
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
107107
},
108108
"com.unity.sentis": {
109-
"version": "1.3.0-pre.2",
109+
"version": "1.3.0-pre.3",
110110
"depth": 1,
111111
"source": "registry",
112112
"dependencies": {

‎PerformanceProject/Packages/packages-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"depth": 0,
7575
"source": "local",
7676
"dependencies": {
77-
"com.unity.sentis": "1.3.0-pre.2",
77+
"com.unity.sentis": "1.3.0-pre.3",
7878
"com.unity.modules.imageconversion": "1.0.0",
7979
"com.unity.modules.jsonserialize": "1.0.0",
8080
"com.unity.modules.physics": "1.0.0"
@@ -88,7 +88,7 @@
8888
"url": "https://packages.unity.com"
8989
},
9090
"com.unity.sentis": {
91-
"version": "1.3.0-pre.2",
91+
"version": "1.3.0-pre.3",
9292
"depth": 1,
9393
"source": "registry",
9494
"dependencies": {

‎Project/Packages/packages-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"depth": 0,
7474
"source": "local",
7575
"dependencies": {
76-
"com.unity.sentis": "1.3.0-pre.2",
76+
"com.unity.sentis": "1.3.0-pre.3",
7777
"com.unity.modules.imageconversion": "1.0.0",
7878
"com.unity.modules.jsonserialize": "1.0.0",
7979
"com.unity.modules.physics": "1.0.0"
@@ -105,7 +105,7 @@
105105
"url": "https://packages.unity.com"
106106
},
107107
"com.unity.sentis": {
108-
"version": "1.3.0-pre.2",
108+
"version": "1.3.0-pre.3",
109109
"depth": 1,
110110
"source": "registry",
111111
"dependencies": {

‎com.unity.ml-agents/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to
99
## [Unreleased]
1010
### Major Changes
1111
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12+
- Upgraded to Sentis 1.3.0-pre.3 (#6070)
1213
- Upgraded to Sentis 1.3.0-exp.2 (#6013)
1314
- The minimum supported Unity version was updated to 2023.2. (#6071)
1415

‎com.unity.ml-agents/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"unity": "2023.2",
66
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
77
"dependencies": {
8-
"com.unity.sentis": "1.3.0-pre.2",
8+
"com.unity.sentis": "1.3.0-pre.3",
99
"com.unity.modules.imageconversion": "1.0.0",
1010
"com.unity.modules.jsonserialize": "1.0.0",
1111
"com.unity.modules.physics": "1.0.0"

0 commit comments

Comments
 (0)
Failed to load comments.