Skip to content

Commit

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

## [0.16.2-preview] - 2022-12-02

### Added
* doc: add the Key Frames documentation of SceneCache

### Changed
* deps: use [email protected]

## [0.16.1-preview] - 2022-11-25

### 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.16.1-preview",
"version": "0.16.2-preview",
"unity": "2020.3",
"displayName": "MeshSync",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to the MeshSync package will be documented in this file.

## [0.16.2-preview] - 2022-12-02

### Added
* doc: add the Key Frames documentation of SceneCache

### Changed
* deps: use [email protected]

## [0.16.1-preview] - 2022-11-25

### 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.16.1-preview",
"version": "0.16.2-preview",
"unity": "2020.3",
"displayName": "MeshSync",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to the MeshSync package will be documented in this file.

## [0.16.2-preview] - 2022-12-02

### Added
* doc: add the Key Frames documentation of SceneCache

### Changed
* deps: use [email protected]

## [0.16.1-preview] - 2022-11-25

### 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.16.1-preview",
"version": "0.16.2-preview",
"unity": "2020.3",
"displayName": "MeshSync",
"dependencies": {
Expand Down

0 comments on commit 792bd2b

Please sign in to comment.