Skip to content

Commit 3211d9b

Browse files
committed
updated changelog and package version
1 parent 030c038 commit 3211d9b

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

com.unity.perception/CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,57 @@ All notable changes to this package will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.8.0-preview.4] - 2021-07-05
99

1010
### Upgrade Notes
1111

1212
### Known Issues
1313

1414
### Added
15+
1516
Added support for 'step' button in editor.
1617

17-
Added random seed field to the Run in Unity Simulation Window
18+
Added random seed field to the Run in Unity Simulation Window.
1819

1920
### Changed
2021

21-
Increased color variety in instance segmentation images
22+
Increased color variety in instance segmentation images.
2223

2324
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
2425

25-
Upgraded capture package dependency to 0.0.10-preview.22 to fix an issue with URP where post processing effects were not included when capturing images.
26+
Upgraded capture package dependency to 0.0.10-preview.23 to fix two issues: (1) Post processing effects were not included when capturing images in URP (2) RGB images were upside-down when post processing effects were enabled and FXAA disabled.
2627

2728
### Deprecated
2829

2930
### Removed
3031

3132
### Fixed
33+
3234
Fixed keypoint labeling bug when visualizations are disabled.
3335

34-
Fixed an issue where Simulation Delta Time values larger than 100 seconds (in Perception Camera) would cause incorrect capture scheduling behavior.
36+
Fixed an issue where Simulation Delta Time values larger than 100 seconds in Perception Camera would cause incorrect capture scheduling behavior.
3537

3638
Fixed an issue where Categorical Parameters sometimes tried to fetch items at `i = categories.Count`, which caused an exception.
3739

38-
Fixed an issue where Simulation Delta Time values larger than 100 seconds (in Perception Camera) would cause incorrect capture scheduling behavior.
3940

4041
## [0.8.0-preview.3] - 2021-03-24
42+
43+
### Upgrade Notes
44+
45+
### Known Issues
46+
47+
### Added
48+
4149
### Changed
4250

4351
Expanded documentation on the Keypoint Labeler
4452
Updated Keypoint Labeler logic to only report keypoints for visible objects by default
4553
Increased color variety in instance segmentation images
4654

55+
### Deprecated
56+
57+
### Removed
58+
4759
### Fixed
4860

4961
Fixed compiler warnings in projects with HDRP on 2020.1 and later

com.unity.perception/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"displayName": "Perception",
1313
"name": "com.unity.perception",
1414
"unity": "2019.4",
15-
"version": "0.8.0-preview.3",
15+
"version": "0.8.0-preview.4",
1616
"samples": [
1717
{
1818
"displayName": "Tutorial Files",

0 commit comments

Comments
 (0)