浏览代码

upgrade warning added to changelog

/main
Mohsen Kamalzadeh 4 年前
当前提交
166ffa5b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
      com.unity.perception/CHANGELOG.md

6
com.unity.perception/CHANGELOG.md


## Unreleased
### Upgrade Notes
Before upgrading a project to this version of the Perception package, make sure to keep a record of **all sampler ranges** in your added Randomizers. Due to a change in how sampler ranges are serialized, **after upgrading to this version, ranges for all stock Perception samplers (Uniform and Normal Samplers) will be reset**, and will need to be manually reverted by the user.
### Added
Added ScenarioConstants base class for all scenario constants objects

Removed ScenarioBase.GenerateRandomSeedFromIndex()
Removed native sampling (through jobs) capability from all samplers and parameters as it introduced additional complexity to the code and was not a common usage pattern
Removed `range` as a required ISampler interface property.
### Fixed

正在加载...
取消
保存