Skip to content

Commit 0eda634

Browse files
committed
added unreleased section and moved some items from preview 4 to it
1 parent 029b0fb commit 0eda634

File tree

1 file changed

+19
-43
lines changed

1 file changed

+19
-43
lines changed

com.unity.perception/CHANGELOG.md

Lines changed: 19 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,92 +5,68 @@ 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-
## [0.8.0-preview.4] - 2021-07-05
8+
## Unreleased
99

1010
### Upgrade Notes
1111

1212
### Known Issues
1313

14-
When using URP in OSX, having MSAA enabled on the camera while the post-processing option is disabled may cause the output RGB images to be blank. As a workaround, you can disable MSAA and use FXAA instead, until the issue is fixed.
15-
1614
### Added
17-
Added support for 'step' button in editor.
18-
19-
Added random seed field to the Run in Unity Simulation Window
20-
2115
User can now choose the base folder location to store their generated data.
2216

2317
Added 'projection' field in the capture.sensor metadata. Values are either "perspective" or "orthographic"
2418

25-
Added support for 'step' button in editor.
26-
27-
Added random seed field to the Run in Unity Simulation Window.
28-
2919
### Changed
30-
Increased color variety in instance segmentation images
3120

32-
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
21+
Changed the JSON serialization key of Normal Sampler's standard deviation property from "standardDeviation" to "stddev". Scneario JSON configurations that were generated using previous versions will need to be manually updated to reflect this change.
3322

34-
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.
23+
### Deprecated
3524

36-
Changed the JSON serialization key of Normal Sampler's standard deviation property from "standardDeviation" to "stddev". Scneario JSON configurations that were generated using previous versions will need to be manually updated to reflect this change.
25+
### Removed
3726

38-
Increased color variety in instance segmentation images.
27+
### Fixed
3928

40-
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
29+
## [0.8.0-preview.4] - 2021-07-05
4130

42-
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.
31+
### Upgrade Notes
4332

44-
### Deprecated
33+
### Known Issues
4534

46-
### Removed
35+
When using URP in OSX, having MSAA enabled on the camera while the post-processing option is disabled may cause the output RGB images to be blank. As a workaround, you can disable MSAA and use FXAA instead, until the issue is fixed.
4736

48-
### Fixed
49-
Fixed keypoint labeling bug when visualizations are disabled.
37+
### Added
5038

51-
Fixed an issue where Simulation Delta Time values larger than 100 seconds (in Perception Camera) would cause incorrect capture scheduling behavior.
39+
Added support for 'step' button in editor.
5240

53-
Fixed an issue where Categorical Parameters sometimes tried to fetch items at `i = categories.Count`, which caused an exception.
41+
Added random seed field to the Run in Unity Simulation Window.
5442

55-
## [0.8.0-preview.3] - 2021-03-24
5643
### Changed
5744

58-
Expanded documentation on the Keypoint Labeler
59-
Updated Keypoint Labeler logic to only report keypoints for visible objects by default
60-
Increased color variety in instance segmentation images
45+
Increased color variety in instance segmentation images.
6146

62-
### Fixed
47+
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
6348

64-
Fixed compiler warnings in projects with HDRP on 2020.1 and later
49+
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.
6550

66-
Fixed a bug in the Normal Sampler where it would return values less than the passed in minimum value, or greater than the passed in maximum value, for random values very close to 0 or 1 respectively.
51+
### Deprecated
6752

53+
### Removed
54+
55+
### Fixed
6856

6957
Fixed keypoint labeling bug when visualizations are disabled.
7058

7159
Fixed an issue where Simulation Delta Time values larger than 100 seconds in Perception Camera would cause incorrect capture scheduling behavior.
7260

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

75-
7663
## [0.8.0-preview.3] - 2021-03-24
77-
78-
### Upgrade Notes
79-
80-
### Known Issues
81-
82-
### Added
83-
8464
### Changed
8565

8666
Expanded documentation on the Keypoint Labeler
8767
Updated Keypoint Labeler logic to only report keypoints for visible objects by default
8868
Increased color variety in instance segmentation images
8969

90-
### Deprecated
91-
92-
### Removed
93-
9470
### Fixed
9571

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

0 commit comments

Comments
 (0)