Skip to content

Commit

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

## [0.13.2-preview] - 2022-07-04

### Changed
* opt: cache plugin version string

### Fixed
* fix: automatically restart server only if the component and gameobject is active
* fix: exclude mscore from Android and iOS standalone target (#689)

## [0.13.1-preview] - 2022-05-18

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

## [0.13.2-preview] - 2022-07-04

### Changed
* opt: cache plugin version string

### Fixed
* fix: automatically restart server only if the component and gameobject is active
* fix: exclude mscore from Android and iOS standalone target (#689)

## [0.13.1-preview] - 2022-05-18

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

## [0.13.2-preview] - 2022-07-04

### Changed
* opt: cache plugin version string

### Fixed
* fix: automatically restart server only if the component and gameobject is active
* fix: exclude mscore from Android and iOS standalone target (#689)

## [0.13.1-preview] - 2022-05-18

### Added
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.13.1-preview",
"version": "0.13.2-preview",
"unity": "2019.4",
"displayName": "MeshSync",
"dependencies": {
Expand Down

0 comments on commit 6994d45

Please sign in to comment.