浏览代码

added unreleased section and moved some items from preview 4 to it

/0.8.0.preview.4_staging
Aryan Mann 3 年前
当前提交
988cf91c
共有 1 个文件被更改,包括 19 次插入43 次删除
  1. 62
      com.unity.perception/CHANGELOG.md

62
com.unity.perception/CHANGELOG.md


The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.8.0-preview.4] - 2021-07-05
## Unreleased
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.
Added support for 'step' button in editor.
Added random seed field to the Run in Unity Simulation Window
Added support for 'step' button in editor.
Added random seed field to the Run in Unity Simulation Window.
Increased color variety in instance segmentation images
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
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.
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.
### Deprecated
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.
### Removed
Increased color variety in instance segmentation images.
### Fixed
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
## [0.8.0-preview.4] - 2021-07-05
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.
### Upgrade Notes
### Deprecated
### Known Issues
### Removed
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.
### Fixed
Fixed keypoint labeling bug when visualizations are disabled.
### Added
Fixed an issue where Simulation Delta Time values larger than 100 seconds (in Perception Camera) would cause incorrect capture scheduling behavior.
Added support for 'step' button in editor.
Fixed an issue where Categorical Parameters sometimes tried to fetch items at `i = categories.Count`, which caused an exception.
Added random seed field to the Run in Unity Simulation Window.
## [0.8.0-preview.3] - 2021-03-24
Expanded documentation on the Keypoint Labeler
Updated Keypoint Labeler logic to only report keypoints for visible objects by default
Increased color variety in instance segmentation images
Increased color variety in instance segmentation images.
### Fixed
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
Fixed compiler warnings in projects with HDRP on 2020.1 and later
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.
### Deprecated
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.
### Removed
### Fixed
Fixed keypoint labeling bug when visualizations are disabled.

### Upgrade Notes
### Known Issues
### Added
### Deprecated
### Removed
### Fixed

正在加载...
取消
保存