Skip to content

Commit 5af504e

Browse files
committed
Merge branch 'categorical-parameter-fixes' of github.com:Unity-Technologies/com.unity.perception into categorical-parameter-fixes
2 parents 03041d5 + 5b34e7a commit 5af504e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

com.unity.perception/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Added new capture options to Perception Camera:
2727
* Can now render intermediate frames between captures.
2828
* Capture can now be triggered manually using a function call, instead of automatic capturing on a schedule.
2929

30-
Categorical Parameters will now validate that their specified options are unique at runtime
30+
Categorical Parameters will now validate that their specified options are unique at runtime.
3131

3232
### Changed
3333

34-
Randomizers now access their parent scenario through the static activeScenario property
34+
Randomizers now access their parent scenario through the static activeScenario property.
3535

3636
Unique seeds per Sampler have been replaced with one global random seed configured via the ScenarioConstants of a Scenario
3737

@@ -45,9 +45,9 @@ ScenarioBase.Serialize() now not only serializes scenario constants, but also al
4545

4646
RandomizerTagManager.Query<T>() now returns RandomizerTags directly instead of the GameObjects attached to said tags
4747

48-
Semantic Segmentation Labeler now places data in folders with randomized filenames
48+
Semantic Segmentation Labeler now places data in folders with randomized filenames.
4949

50-
The uniform toggle on Categorical Parameters will now reset the parameter's probability weights to be uniform
50+
The uniform toggle on Categorical Parameters will now reset the Parameter's probability weights to be uniform.
5151

5252
### Deprecated
5353

@@ -75,9 +75,9 @@ Fixed a bug where removing all randomizers from a scenario caused the randomizer
7575

7676
Semantic Segmentation Labeler now produces output in the proper form for distributed data generation on Unity Simulation by placing output in randomized directory names
7777

78-
Texture Randomizer is now compatible with HDRP
78+
Texture Randomizer is now compatible with HDRP.
7979

80-
Categorical Parameters no longer error when deleting items from long options lists
80+
Categorical Parameters no longer produce errors when deleting items from long options lists.
8181

8282

8383
## [0.6.0-preview.1] - 2020-12-03

0 commit comments

Comments
 (0)