Skip to content

Commit

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

## [0.14.4-preview] - 2022-09-03

### Changed
* ui: updating UI texts under the Instances section in MeshSyncServer

### Fixed
* fix: clear properties if the client does not send any
* fix: find DCC plugins in "Plugins" folder as well
* fix: show if a DCC tool is not supported in the Preferences window

## [0.14.3-preview] - 2022-08-24

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

## [0.14.4-preview] - 2022-09-03

### Changed
* ui: updating UI texts under the Instances section in MeshSyncServer

### Fixed
* fix: clear properties if the client does not send any
* fix: find DCC plugins in "Plugins" folder as well
* fix: show if a DCC tool is not supported in the Preferences window

## [0.14.3-preview] - 2022-08-24

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

## [0.14.4-preview] - 2022-09-03

### Changed
* ui: updating UI texts under the Instances section in MeshSyncServer

### Fixed
* fix: clear properties if the client does not send any
* fix: find DCC plugins in "Plugins" folder as well
* fix: show if a DCC tool is not supported in the Preferences window

## [0.14.3-preview] - 2022-08-24

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

0 comments on commit dd13a8b

Please sign in to comment.