浏览代码

revised changelog

/main
Steven Leal 4 年前
当前提交
832ad4c9
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 10
      com.unity.perception/CHANGELOG.md

10
com.unity.perception/CHANGELOG.md


### Changed
Made scenario MonoBehaviour lifecycle functions protected instead of private to enable users to define overrides
Switched accessibility of scenario MonoBehaviour lifecycle functions (Awake, Start, Update) from private to protected to enable users to define their own overrides when deriving the Scenario class.
The GameObjectOneWayCache has been made public for users to cache GameObjects within their own custom Randomizers
The GameObjectOneWayCache has been made public for users to cache GameObjects within their own custom Randomizers.
### Deprecated

Fixed the math offsetting the iteration index of each Unity Simulation instance directly after they deserialize their app-params
Fixed the math offsetting the iteration index of each Unity Simulation instance directly after they deserialize their app-params.
The RandomizerTagManager now uses an OrderedSet data structure to register tags to preserve insertion order determinism in Unity Simulation
The RandomizerTagManager now uses an OrderedSet data structure to register tags to preserve insertion order determinism in Unity Simulation.
GameObjectOneWayCache now correctly registers and unregisters RandomizerTags on cached GameObjects
GameObjectOneWayCache now correctly registers and unregisters RandomizerTags on cached GameObjects.
## [0.7.0-preview.1] - 2021-02-01

正在加载...
取消
保存