Skip to content

Commit 8644f82

Browse files
authored
Merge pull request #187 from Unity-Technologies/update-capture-deps
Upgrade capture dependencies
2 parents d822a32 + 67bc6d4 commit 8644f82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

com.unity.perception/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ The uniform toggle on Categorical Parameters will now reset the Parameter's prob
8989

9090
Reorganized Perception MonoBehaviour paths within the AddComponentMenu.
9191

92+
Upgraded the Unity Simulation Capture package dependency to 0.0.10-preview.18 and Unity Simulation Core to 0.0.10-preview.22
93+
9294
### Deprecated
9395

9496
### Removed

com.unity.perception/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"com.unity.burst": "1.3.9",
66
"com.unity.entities": "0.8.0-preview.8",
77
"com.unity.simulation.client": "0.0.10-preview.10",
8-
"com.unity.simulation.capture": "0.0.10-preview.16",
9-
"com.unity.simulation.core": "0.0.10-preview.21"
8+
"com.unity.simulation.capture": "0.0.10-preview.18",
9+
"com.unity.simulation.core": "0.0.10-preview.22"
1010
},
1111
"description": "Tools for generating large-scale data sets for perception-based machine learning training and validation",
1212
"displayName": "Perception",

0 commit comments

Comments
 (0)