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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ The randomizer methods OnCreate(), OnStartRunning(), and OnStopRunning() are now
53
53
54
54
CameraLabeler methods OnBeginRendering() and OnEndRendering() have an added ScriptableRenderContext parameter.
55
55
56
+
Upgraded com.unity.simulation.capture package dependency to integrate new changes that prevent the API updater from looping infinitely when opening the project settings window on new URP projects.
57
+
56
58
### Deprecated
57
59
58
60
### Removed
@@ -71,7 +73,9 @@ Fixed an issue preventing a user from adding more options to a Categorical Param
71
73
72
74
Fixed a bug where uniform probabilities were not properly reset upon adding or removing options from a Categorical Parameter's list of options.
73
75
74
-
Fixed keypoints being reported in wrong locations on the first frame an object is visible.
76
+
Fixed keypoints being reported in wrong locations on the first frame an object is visible.
77
+
78
+
Fixed an out of range error if a keypoint template skeleton relies on a joint that is not available.
75
79
76
80
Fixed wrong labels on 2d bounding boxes when all labeled objects are deleted in a frame.
0 commit comments