Skip to content

Commit

Permalink
Upgrading dependencies on capture and core packages (#36)
Browse files Browse the repository at this point in the history
* Upgrading dependencies on capture and core packages

* Update package version to 0.2.0-preview.2
  • Loading branch information
JonathanHUnity authored Jul 16, 2020
1 parent cbcf425 commit 826ced9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 26 deletions.
4 changes: 2 additions & 2 deletions TestProjects/PerceptionHDRP/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"com.unity.perception": "file:../../../com.unity.perception",
"com.unity.render-pipelines.core": "7.3.1",
"com.unity.render-pipelines.high-definition": "7.3.1",
"com.unity.simulation.capture": "0.0.10-preview.6",
"com.unity.simulation.core": "0.0.10-preview.8",
"com.unity.simulation.capture": "0.0.10-preview.8",
"com.unity.simulation.core": "0.0.10-preview.14",
"com.unity.test-framework": "1.1.14",
"com.unity.testtools.codecoverage": "0.2.2-preview",
"com.unity.textmeshpro": "2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions TestProjects/PerceptionHDRP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
"com.unity.nuget.newtonsoft-json": "1.1.2",
"com.unity.render-pipelines.core": "7.1.6",
"com.unity.entities": "0.8.0-preview.8",
"com.unity.simulation.capture": "0.0.10-preview.6",
"com.unity.simulation.core": "0.0.10-preview.8"
"com.unity.simulation.capture": "0.0.10-preview.8",
"com.unity.simulation.core": "0.0.10-preview.14"
}
},
"com.unity.platforms": {
Expand Down Expand Up @@ -201,16 +201,16 @@
"url": "https://packages.unity.com"
},
"com.unity.simulation.capture": {
"version": "0.0.10-preview.6",
"version": "0.0.10-preview.8",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.simulation.core": "0.0.10-preview.8"
"com.unity.simulation.core": "0.0.10-preview.12"
},
"url": "https://packages.unity.com"
},
"com.unity.simulation.core": {
"version": "0.0.10-preview.8",
"version": "0.0.10-preview.14",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions TestProjects/PerceptionURP/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"com.unity.package-validation-suite": "0.9.1-preview",
"com.unity.perception": "file:../../../com.unity.perception",
"com.unity.render-pipelines.universal": "7.3.1",
"com.unity.simulation.capture": "0.0.10-preview.6",
"com.unity.simulation.core": "0.0.10-preview.8",
"com.unity.simulation.capture": "0.0.10-preview.8",
"com.unity.simulation.core": "0.0.10-preview.14",
"com.unity.test-framework": "1.1.14",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.12",
Expand Down
10 changes: 5 additions & 5 deletions TestProjects/PerceptionURP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
"com.unity.nuget.newtonsoft-json": "1.1.2",
"com.unity.render-pipelines.core": "7.1.6",
"com.unity.entities": "0.8.0-preview.8",
"com.unity.simulation.capture": "0.0.10-preview.6",
"com.unity.simulation.core": "0.0.10-preview.8"
"com.unity.simulation.capture": "0.0.10-preview.8",
"com.unity.simulation.core": "0.0.10-preview.14"
}
},
"com.unity.platforms": {
Expand Down Expand Up @@ -190,16 +190,16 @@
"url": "https://packages.unity.com"
},
"com.unity.simulation.capture": {
"version": "0.0.10-preview.6",
"version": "0.0.10-preview.8",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.simulation.core": "0.0.10-preview.8"
"com.unity.simulation.core": "0.0.10-preview.12"
},
"url": "https://packages.unity.com"
},
"com.unity.simulation.core": {
"version": "0.0.10-preview.8",
"version": "0.0.10-preview.14",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down
14 changes: 5 additions & 9 deletions com.unity.perception/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.0-preview.2] - 2020-07-15
### Fixed
Fixed bug that prevented RGB captures to be written out to disk
Fixed compatibility with [email protected]

## [0.2.0-preview.1] - 2020-07-02
### Added
Added CameraLabeler, an extensible base type for all forms of dataset output from a camera.
Expand All @@ -13,14 +18,5 @@ Moved the various forms of ground truth from PerceptionCamera into various subcl
Renamed SimulationManager to DatasetCapture.
Changed Semantic Segmentation to take a SemanticSegmentationLabelConfig, which maps labels to color pixel values.

### Deprecated

### Removed

### Fixed
Fixed bug that prevented RGB captures to be written out to disk

### Security

## [0.1.0] - 2020-06-24
### This is the first release of the _Perception_ package
6 changes: 3 additions & 3 deletions com.unity.perception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"com.unity.nuget.newtonsoft-json": "1.1.2",
"com.unity.render-pipelines.core": "7.1.6",
"com.unity.entities": "0.8.0-preview.8",
"com.unity.simulation.capture": "0.0.10-preview.6",
"com.unity.simulation.core": "0.0.10-preview.8"
"com.unity.simulation.capture": "0.0.10-preview.8",
"com.unity.simulation.core": "0.0.10-preview.14"
},
"description": "Tools for authoring and executing autonomous vehicle simulations.",
"displayName": "Perception",
"name": "com.unity.perception",
"unity": "2019.3",
"version": "0.2.0-preview.1"
"version": "0.2.0-preview.2"
}

0 comments on commit 826ced9

Please sign in to comment.