浏览代码

Merge pull request #244 from Unity-Technologies/update-capture-dependency

Updated capture dependency
/main
GitHub 4 年前
当前提交
82f73f97
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 4
      com.unity.perception/CHANGELOG.md
  2. 4
      com.unity.perception/package.json

4
com.unity.perception/CHANGELOG.md


The randomizer methods OnCreate(), OnStartRunning(), and OnStopRunning() are now deprecated and have been replaced with OnAwake(), OnEnable() and OnDisable() respectively to better reflect the existing MonoBehaviour lifecycle methods.
Upgraded com.unity.simulation.capture package dependency to integrate new changes that prevent the API updater from looping infinitely when opening the project settings window on new URP projects.
### Deprecated
### Removed

Fixed a bug where uniform probabilities were not properly reset upon adding or removing options from a Categorical Parameter's list of options.
Fixed keypoints being reported in wrong locations on the first frame an object is visible.
Fixed keypoints being reported in wrong locations on the first frame an object is visible.
## [0.7.0-preview.2] - 2021-02-08

4
com.unity.perception/package.json


"com.unity.collections": "0.9.0-preview.6",
"com.unity.nuget.newtonsoft-json": "1.1.2",
"com.unity.render-pipelines.core": "7.1.6",
"com.unity.simulation.capture": "0.0.10-preview.19",
"com.unity.simulation.capture": "0.0.10-preview.20",
"com.unity.simulation.client": "0.0.10-preview.10",
"com.unity.simulation.core": "0.0.10-preview.22"
},

"path": "Samples~/Human Pose Labeling and Randomization"
}
]
}
}
正在加载...
取消
保存