Skip to content

Commit bd865f1

Browse files
Upgraded to Sentis 1.3.0-pre.2
1 parent e3e9bb3 commit bd865f1

10 files changed

+55
-15
lines changed

DevProject/Packages/packages-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
1111
},
1212
"com.unity.burst": {
13-
"version": "1.8.7",
13+
"version": "1.8.10",
1414
"depth": 2,
1515
"source": "registry",
1616
"dependencies": {
@@ -55,7 +55,7 @@
5555
"depth": 0,
5656
"source": "local",
5757
"dependencies": {
58-
"com.unity.sentis": "1.2.0-exp.2",
58+
"com.unity.sentis": "1.3.0-pre.1",
5959
"com.unity.modules.imageconversion": "1.0.0",
6060
"com.unity.modules.jsonserialize": "1.0.0",
6161
"com.unity.modules.physics": "1.0.0"
@@ -105,11 +105,11 @@
105105
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
106106
},
107107
"com.unity.sentis": {
108-
"version": "1.2.0-exp.2",
108+
"version": "1.3.0-pre.1",
109109
"depth": 1,
110110
"source": "registry",
111111
"dependencies": {
112-
"com.unity.burst": "1.8.4",
112+
"com.unity.burst": "1.8.10",
113113
"com.unity.modules.jsonserialize": "1.0.0",
114114
"com.unity.modules.imageconversion": "1.0.0"
115115
},

DevProject/ProjectSettings/EditorBuildSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ EditorBuildSettings:
99
path: Assets/ML-Agents/Scripts/Tests/Runtime/AcademyTest/AcademyStepperTestScene.unity
1010
guid: 9bafc50b1e55b43b2b1ae9620f1f8311
1111
m_configObjects:
12-
com.unity.ml-agents.settings: {fileID: 11400000, guid: e4ad406c716274fdfb58baafffa12dcd,
12+
com.unity.ml-agents.settings: {fileID: 11400000, guid: 87b8aebb5aefd4643821361876570855,
1313
type: 2}

Project/Packages/packages-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://packages.unity.com"
1818
},
1919
"com.unity.burst": {
20-
"version": "1.8.7",
20+
"version": "1.8.10",
2121
"depth": 2,
2222
"source": "registry",
2323
"dependencies": {
@@ -72,7 +72,7 @@
7272
"depth": 0,
7373
"source": "local",
7474
"dependencies": {
75-
"com.unity.sentis": "1.2.0-exp.2",
75+
"com.unity.sentis": "1.3.0-pre.1",
7676
"com.unity.modules.imageconversion": "1.0.0",
7777
"com.unity.modules.jsonserialize": "1.0.0",
7878
"com.unity.modules.physics": "1.0.0"
@@ -104,11 +104,11 @@
104104
"url": "https://packages.unity.com"
105105
},
106106
"com.unity.sentis": {
107-
"version": "1.2.0-exp.2",
107+
"version": "1.3.0-pre.1",
108108
"depth": 1,
109109
"source": "registry",
110110
"dependencies": {
111-
"com.unity.burst": "1.8.4",
111+
"com.unity.burst": "1.8.10",
112112
"com.unity.modules.jsonserialize": "1.0.0",
113113
"com.unity.modules.imageconversion": "1.0.0"
114114
},
Binary file not shown.

com.unity.ml-agents/Plugins/Google.Protobuf_Packed.dll.meta

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

com.unity.ml-agents/Plugins/Google.Protobuf_Packed.pdb.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com.unity.ml-agents/Runtime/Timer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public long CurrentTicks
7979
public double TotalSeconds
8080
{
8181
get { return CurrentTicks * s_TicksToSeconds; }
82-
set { } // Serialization needs this, but unused.
82+
set { } // Serialization needs this, but unused.
8383
}
8484

8585
/// <summary>
@@ -102,7 +102,7 @@ public double SelfSeconds
102102
var selfTicks = Mathf.Max(0, CurrentTicks - totalChildTicks);
103103
return selfTicks * s_TicksToSeconds;
104104
}
105-
set { } // Serialization needs this, but unused.
105+
set { } // Serialization needs this, but unused.
106106
}
107107

108108
public IReadOnlyDictionary<string, TimerNode> Children

com.unity.ml-agents/Runtime/Unity.ML-Agents.asmdef

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"includePlatforms": [],
1010
"excludePlatforms": [],
1111
"allowUnsafeCode": false,
12-
"overrideReferences": false,
12+
"overrideReferences": true,
1313
"precompiledReferences": [
1414
"System.IO.Abstractions.dll",
15-
"Google.Protobuf.dll",
16-
"Grpc.Core.dll"
15+
"Grpc.Core.dll",
16+
"Google.Protobuf_Packed.dll"
1717
],
1818
"autoReferenced": true,
1919
"defineConstraints": [],

com.unity.ml-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"unity": "2022.3",
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.2.0-exp.2",
8+
"com.unity.sentis": "1.3.0-pre.1",
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)