Update to Sentis 1.3.0-pre.3 release (#6070)

Co-authored-by: Miguel Alonso Jr <76960110+miguelalonsojr@users.noreply.github.com>
This commit is contained in:
alex-mccarthy-unity 2024-03-09 13:52:20 +01:00 коммит произвёл GitHub
Родитель 10887de8d3
Коммит b51eecf85e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -56,7 +56,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.sentis": "1.3.0-pre.2",
"com.unity.sentis": "1.3.0-pre.3",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0"
@ -106,7 +106,7 @@
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
"com.unity.sentis": {
"version": "1.3.0-pre.2",
"version": "1.3.0-pre.3",
"depth": 1,
"source": "registry",
"dependencies": {

Просмотреть файл

@ -74,7 +74,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.sentis": "1.3.0-pre.2",
"com.unity.sentis": "1.3.0-pre.3",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0"
@ -88,7 +88,7 @@
"url": "https://packages.unity.com"
},
"com.unity.sentis": {
"version": "1.3.0-pre.2",
"version": "1.3.0-pre.3",
"depth": 1,
"source": "registry",
"dependencies": {

Просмотреть файл

@ -73,7 +73,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.sentis": "1.3.0-pre.2",
"com.unity.sentis": "1.3.0-pre.3",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0"
@ -105,7 +105,7 @@
"url": "https://packages.unity.com"
},
"com.unity.sentis": {
"version": "1.3.0-pre.2",
"version": "1.3.0-pre.3",
"depth": 1,
"source": "registry",
"dependencies": {

Просмотреть файл

@ -9,6 +9,7 @@ and this project adheres to
## [Unreleased]
### Major Changes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
- Upgraded to Sentis 1.3.0-pre.3 (#6070)
- Upgraded to Sentis 1.3.0-exp.2 (#6013)
- The minimum supported Unity version was updated to 2023.2. (#6071)

Просмотреть файл

@ -5,7 +5,7 @@
"unity": "2023.2",
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
"dependencies": {
"com.unity.sentis": "1.3.0-pre.2",
"com.unity.sentis": "1.3.0-pre.3",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0"