diff --git a/DevProject/Packages/packages-lock.json b/DevProject/Packages/packages-lock.json index 5ca76e7f63..b727fc78e6 100644 --- a/DevProject/Packages/packages-lock.json +++ b/DevProject/Packages/packages-lock.json @@ -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": { diff --git a/PerformanceProject/Packages/packages-lock.json b/PerformanceProject/Packages/packages-lock.json index c499f38613..4706ddf27b 100644 --- a/PerformanceProject/Packages/packages-lock.json +++ b/PerformanceProject/Packages/packages-lock.json @@ -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": { diff --git a/Project/Packages/packages-lock.json b/Project/Packages/packages-lock.json index 327cb08f2f..5a1ada8b79 100644 --- a/Project/Packages/packages-lock.json +++ b/Project/Packages/packages-lock.json @@ -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": { diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index dc6b88fb32..b316a84f26 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -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) diff --git a/com.unity.ml-agents/package.json b/com.unity.ml-agents/package.json index 287b420b34..69e2b3ba53 100755 --- a/com.unity.ml-agents/package.json +++ b/com.unity.ml-agents/package.json @@ -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"