Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions com.unity.perception/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [0.7.0-preview.2] - 2021-02-08

### Upgrade Notes

### Known Issues

### Added

Added Register() and Unregister() methods to the RandomizerTag API so users can implement RandomizerTag compatible GameObject caching

### Changed
Expand Down
2 changes: 1 addition & 1 deletion com.unity.perception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"displayName": "Perception",
"name": "com.unity.perception",
"unity": "2019.4",
"version": "0.7.0-preview.1",
"version": "0.7.0-preview.2",
"samples":[
{
"displayName": "Tutorial Files",
Expand Down