We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f5836b + 4f8ec20 commit 8f004a4Copy full SHA for 8f004a4
2 files changed
com.unity.perception/CHANGELOG.md
@@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
14
### Added
15
16
+### Changed
17
+
18
+### Deprecated
19
20
+### Removed
21
22
+### Fixed
23
24
+## [0.7.0-preview.2] - 2021-02-08
25
26
+### Upgrade Notes
27
28
+### Known Issues
29
30
+### Added
31
32
Added Register() and Unregister() methods to the RandomizerTag API so users can implement RandomizerTag compatible GameObject caching
33
34
### Changed
com.unity.perception/package.json
@@ -12,7 +12,7 @@
12
"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",
0 commit comments