You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.perception/CHANGELOG.md
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,45 +5,57 @@ All notable changes to this package will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
8
+
## [0.8.0-preview.4] - 2021-07-05
9
9
10
10
### Upgrade Notes
11
11
12
12
### Known Issues
13
13
14
14
### Added
15
+
15
16
Added support for 'step' button in editor.
16
17
17
-
Added random seed field to the Run in Unity Simulation Window
18
+
Added random seed field to the Run in Unity Simulation Window.
18
19
19
20
### Changed
20
21
21
-
Increased color variety in instance segmentation images
22
+
Increased color variety in instance segmentation images.
22
23
23
24
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
24
25
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.
26
27
27
28
### Deprecated
28
29
29
30
### Removed
30
31
31
32
### Fixed
33
+
32
34
Fixed keypoint labeling bug when visualizations are disabled.
33
35
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.
35
37
36
38
Fixed an issue where Categorical Parameters sometimes tried to fetch items at `i = categories.Count`, which caused an exception.
37
39
38
-
Fixed an issue where Simulation Delta Time values larger than 100 seconds (in Perception Camera) would cause incorrect capture scheduling behavior.
39
40
40
41
## [0.8.0-preview.3] - 2021-03-24
42
+
43
+
### Upgrade Notes
44
+
45
+
### Known Issues
46
+
47
+
### Added
48
+
41
49
### Changed
42
50
43
51
Expanded documentation on the Keypoint Labeler
44
52
Updated Keypoint Labeler logic to only report keypoints for visible objects by default
45
53
Increased color variety in instance segmentation images
46
54
55
+
### Deprecated
56
+
57
+
### Removed
58
+
47
59
### Fixed
48
60
49
61
Fixed compiler warnings in projects with HDRP on 2020.1 and later
0 commit comments