Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sindharta committed Mar 23, 2022
1 parent 08f8e55 commit 821eb19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to the MeshSync package will be documented in this file.
* feat: add an option in SceneCacheTrack to activate SceneCachePlayer objects automatically

### Fixed
* fix: build error caused by resetting the animation time of SceneCaache
* fix: null check before moving SceneCachePlayableAsset to a track
* fix: prevent cloning a SceneCachePlayableAsset from reinitializing the clip
* fix: keep active SceneCache object to active when it is referred in multiple tracks
Expand Down
1 change: 1 addition & 0 deletions MeshSync_HDRP~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to the MeshSync package will be documented in this file.
* feat: add an option in SceneCacheTrack to activate SceneCachePlayer objects automatically

### Fixed
* fix: build error caused by resetting the animation time of SceneCaache
* fix: null check before moving SceneCachePlayableAsset to a track
* fix: prevent cloning a SceneCachePlayableAsset from reinitializing the clip
* fix: keep active SceneCache object to active when it is referred in multiple tracks
Expand Down
1 change: 1 addition & 0 deletions MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to the MeshSync package will be documented in this file.
* feat: add an option in SceneCacheTrack to activate SceneCachePlayer objects automatically

### Fixed
* fix: build error caused by resetting the animation time of SceneCaache
* fix: null check before moving SceneCachePlayableAsset to a track
* fix: prevent cloning a SceneCachePlayableAsset from reinitializing the clip
* fix: keep active SceneCache object to active when it is referred in multiple tracks
Expand Down
1 change: 1 addition & 0 deletions MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to the MeshSync package will be documented in this file.
* feat: add an option in SceneCacheTrack to activate SceneCachePlayer objects automatically

### Fixed
* fix: build error caused by resetting the animation time of SceneCaache
* fix: null check before moving SceneCachePlayableAsset to a track
* fix: prevent cloning a SceneCachePlayableAsset from reinitializing the clip
* fix: keep active SceneCache object to active when it is referred in multiple tracks
Expand Down

0 comments on commit 821eb19

Please sign in to comment.