Skip to content

Commit 3cb6246

Browse files
committed
updated capture dependency
1 parent 9572d4c commit 3cb6246

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

com.unity.perception/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Randomizer tags now use OnEnable and OnDisable to manage lifecycle. This allows
5151

5252
The randomizer methods OnCreate(), OnStartRunning(), and OnStopRunning() are now deprecated and have been replaced with OnAwake(), OnEnable() and OnDisable() respectively to better reflect the existing MonoBehaviour lifecycle methods.
5353

54+
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.
55+
5456
### Deprecated
5557

5658
### Removed
@@ -69,7 +71,7 @@ Fixed an issue preventing a user from adding more options to a Categorical Param
6971

7072
Fixed a bug where uniform probabilities were not properly reset upon adding or removing options from a Categorical Parameter's list of options.
7173

72-
Fixed keypoints being reported in wrong locations on the first frame an object is visible.
74+
Fixed keypoints being reported in wrong locations on the first frame an object is visible.
7375

7476
## [0.7.0-preview.2] - 2021-02-08
7577

com.unity.perception/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"com.unity.collections": "0.9.0-preview.6",
55
"com.unity.nuget.newtonsoft-json": "1.1.2",
66
"com.unity.render-pipelines.core": "7.1.6",
7-
"com.unity.simulation.capture": "0.0.10-preview.19",
7+
"com.unity.simulation.capture": "0.0.10-preview.20",
88
"com.unity.simulation.client": "0.0.10-preview.10",
99
"com.unity.simulation.core": "0.0.10-preview.22"
1010
},
@@ -25,4 +25,4 @@
2525
"path": "Samples~/Human Pose Labeling and Randomization"
2626
}
2727
]
28-
}
28+
}

0 commit comments

Comments
 (0)