浏览代码

updated changelog

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

12
com.unity.perception/CHANGELOG.md


Scenario serialization has been updated to include scalar values on randomizers and parameters
Added new ScenarioBase virtual lifecycle hooks: OnAwake, OnStart, OnComplete, and OnIdle
ScenarioBase's Awake, Start, and Update methods are now private. The newly added virtual lifecycle hooks are to be used as replacements.
Improved Run Unity Simulation window UI.
The Run Unity Simulation window now accepts option scenario JSON configurations to override existing scenario editor settings.
ScenarioBase's randomizer Get and Create methods have been replaced with more generic list index style accessors.
The scenario inspector buttons serialize and deserialize have been refactored to open a file explorer generate and import JSON configurations.
### Deprecated

正在加载...
取消
保存