Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sindharta committed Apr 14, 2022
1 parent 10133bc commit d0832a7
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 3 deletions.
14 changes: 14 additions & 0 deletions MeshSync_HDRP~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to the MeshSync package will be documented in this file.


## [0.12.9-preview] - 2022-04-14

### Added
* doc: mention support for installing Blender 3.0 and 3.1 plugins
* doc: mention support for Mac Silicon
* doc: remove the section on Animation Tweaks
* doc: update the documentation of SceneCachePlayer
* doc: update the documentation of SceneCache in Timeline

### Fixed
* fix: check if a record doesn't have Mesh before assigning bounds/blendShape
* fix: curves of SceneCache were always extracted

## [0.12.8-preview] - 2022-04-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion MeshSync_HDRP~/Packages/com.unity.meshsync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.meshsync",
"description": "Working together with MeshSyncDCCPlugin, MeshSync provides features to reflect changes to models made in DCC tools into Unity in real time",
"version": "0.12.8-preview",
"version": "0.12.9-preview",
"unity": "2019.4",
"displayName": "MeshSync",
"dependencies": {
Expand Down
14 changes: 14 additions & 0 deletions MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to the MeshSync package will be documented in this file.


## [0.12.9-preview] - 2022-04-14

### Added
* doc: mention support for installing Blender 3.0 and 3.1 plugins
* doc: mention support for Mac Silicon
* doc: remove the section on Animation Tweaks
* doc: update the documentation of SceneCachePlayer
* doc: update the documentation of SceneCache in Timeline

### Fixed
* fix: check if a record doesn't have Mesh before assigning bounds/blendShape
* fix: curves of SceneCache were always extracted

## [0.12.8-preview] - 2022-04-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion MeshSync_URP~/Packages/com.unity.meshsync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.meshsync",
"description": "Working together with MeshSyncDCCPlugin, MeshSync provides features to reflect changes to models made in DCC tools into Unity in real time",
"version": "0.12.8-preview",
"version": "0.12.9-preview",
"unity": "2019.4",
"displayName": "MeshSync",
"dependencies": {
Expand Down
14 changes: 14 additions & 0 deletions MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to the MeshSync package will be documented in this file.


## [0.12.9-preview] - 2022-04-14

### Added
* doc: mention support for installing Blender 3.0 and 3.1 plugins
* doc: mention support for Mac Silicon
* doc: remove the section on Animation Tweaks
* doc: update the documentation of SceneCachePlayer
* doc: update the documentation of SceneCache in Timeline

### Fixed
* fix: check if a record doesn't have Mesh before assigning bounds/blendShape
* fix: curves of SceneCache were always extracted

## [0.12.8-preview] - 2022-04-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion MeshSync~/Packages/com.unity.meshsync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.meshsync",
"description": "Working together with MeshSyncDCCPlugin, MeshSync provides features to reflect changes to models made in DCC tools into Unity in real time",
"version": "0.12.8-preview",
"version": "0.12.9-preview",
"unity": "2019.4",
"displayName": "MeshSync",
"dependencies": {
Expand Down

0 comments on commit d0832a7

Please sign in to comment.