Skip to content

Commit 644fe9b

Browse files
committed
updated package dependencies and updated test project lock files
1 parent ca7e8c7 commit 644fe9b

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<img src="https://img.shields.io/badge/unity-2019.4-green.svg?style=flat-square" alt="unity 2019.4">
1010
<img src="https://img.shields.io/badge/unity-2020.2-green.svg?style=flat-square" alt="unity 2020.2">
1111

12-
> com.unity.perception is in active development. Its features and API are subject to significant change as development progresses.
12+
> `com.unity.perception` is in active development. Its features and API are subject to significant change as development progresses.
1313
1414

1515
# Perception Package ([Unity Computer Vision](https://unity.com/computer-vision))

TestProjects/PerceptionHDRP/Packages/packages-lock.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"com.unity.collections": "0.9.0-preview.6",
8282
"com.unity.nuget.newtonsoft-json": "1.1.2",
8383
"com.unity.render-pipelines.core": "7.1.6",
84-
"com.unity.simulation.capture": "0.0.10-preview.20",
84+
"com.unity.simulation.capture": "0.0.10-preview.23",
8585
"com.unity.simulation.client": "0.0.10-preview.10",
8686
"com.unity.simulation.core": "0.0.10-preview.22"
8787
}
@@ -126,11 +126,11 @@
126126
"url": "https://packages.unity.com"
127127
},
128128
"com.unity.simulation.capture": {
129-
"version": "0.0.10-preview.20",
129+
"version": "0.0.10-preview.23",
130130
"depth": 1,
131131
"source": "registry",
132132
"dependencies": {
133-
"com.unity.simulation.core": "0.0.10-preview.22"
133+
"com.unity.simulation.core": "0.0.10-preview.25"
134134
},
135135
"url": "https://packages.unity.com"
136136
},
@@ -142,10 +142,12 @@
142142
"url": "https://packages.unity.com"
143143
},
144144
"com.unity.simulation.core": {
145-
"version": "0.0.10-preview.22",
146-
"depth": 1,
145+
"version": "0.0.10-preview.25",
146+
"depth": 2,
147147
"source": "registry",
148-
"dependencies": {},
148+
"dependencies": {
149+
"com.unity.nuget.newtonsoft-json": "2.0.0-preview"
150+
},
149151
"url": "https://packages.unity.com"
150152
},
151153
"com.unity.test-framework": {

TestProjects/PerceptionURP/Packages/packages-lock.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"com.unity.collections": "0.9.0-preview.6",
8282
"com.unity.nuget.newtonsoft-json": "1.1.2",
8383
"com.unity.render-pipelines.core": "7.1.6",
84-
"com.unity.simulation.capture": "0.0.10-preview.19",
84+
"com.unity.simulation.capture": "0.0.10-preview.23",
8585
"com.unity.simulation.client": "0.0.10-preview.10",
8686
"com.unity.simulation.core": "0.0.10-preview.22"
8787
}
@@ -115,11 +115,11 @@
115115
"url": "https://packages.unity.com"
116116
},
117117
"com.unity.simulation.capture": {
118-
"version": "0.0.10-preview.19",
118+
"version": "0.0.10-preview.23",
119119
"depth": 1,
120120
"source": "registry",
121121
"dependencies": {
122-
"com.unity.simulation.core": "0.0.10-preview.22"
122+
"com.unity.simulation.core": "0.0.10-preview.25"
123123
},
124124
"url": "https://packages.unity.com"
125125
},
@@ -131,10 +131,12 @@
131131
"url": "https://packages.unity.com"
132132
},
133133
"com.unity.simulation.core": {
134-
"version": "0.0.10-preview.22",
135-
"depth": 1,
134+
"version": "0.0.10-preview.25",
135+
"depth": 2,
136136
"source": "registry",
137-
"dependencies": {},
137+
"dependencies": {
138+
"com.unity.nuget.newtonsoft-json": "2.0.0-preview"
139+
},
138140
"url": "https://packages.unity.com"
139141
},
140142
"com.unity.test-framework": {

com.unity.perception/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"com.unity.collections": "0.9.0-preview.6",
55
"com.unity.nuget.newtonsoft-json": "1.1.2",
66
"com.unity.render-pipelines.core": "7.1.6",
7-
"com.unity.simulation.capture": "0.0.10-preview.22",
7+
"com.unity.simulation.capture": "0.0.10-preview.23",
88
"com.unity.simulation.client": "0.0.10-preview.10",
99
"com.unity.simulation.core": "0.0.10-preview.22"
1010
},

0 commit comments

Comments
 (0)