Skip to content

Commit bbc495f

Browse files
committed
sync
1 parent bd5156e commit bbc495f

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

MeshSync_HDRP~/Packages/com.unity.meshsync/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to the MeshSync package will be documented in this file.
33

4+
## [0.16.1-preview] - 2022-11-25
5+
6+
### Fixed
7+
* fix: regenerate the guid of files that conflict with files in StreamingImageSequence package
8+
49
## [0.16.0-preview] - 2022-11-25
510

611
### Added

MeshSync_HDRP~/Packages/com.unity.meshsync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.meshsync",
33
"description": "Working together with MeshSyncDCCPlugin, MeshSync provides features to reflect changes to models made in DCC tools into Unity in real time",
4-
"version": "0.16.0-preview",
4+
"version": "0.16.1-preview",
55
"unity": "2020.3",
66
"displayName": "MeshSync",
77
"dependencies": {

MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to the MeshSync package will be documented in this file.
33

4+
## [0.16.1-preview] - 2022-11-25
5+
6+
### Fixed
7+
* fix: regenerate the guid of files that conflict with files in StreamingImageSequence package
8+
49
## [0.16.0-preview] - 2022-11-25
510

611
### Added

MeshSync_URP~/Packages/com.unity.meshsync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.meshsync",
33
"description": "Working together with MeshSyncDCCPlugin, MeshSync provides features to reflect changes to models made in DCC tools into Unity in real time",
4-
"version": "0.16.0-preview",
4+
"version": "0.16.1-preview",
55
"unity": "2020.3",
66
"displayName": "MeshSync",
77
"dependencies": {

MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to the MeshSync package will be documented in this file.
33

4+
## [0.16.1-preview] - 2022-11-25
5+
6+
### Fixed
7+
* fix: regenerate the guid of files that conflict with files in StreamingImageSequence package
8+
49
## [0.16.0-preview] - 2022-11-25
510

611
### Added

MeshSync~/Packages/com.unity.meshsync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.meshsync",
33
"description": "Working together with MeshSyncDCCPlugin, MeshSync provides features to reflect changes to models made in DCC tools into Unity in real time",
4-
"version": "0.16.0-preview",
4+
"version": "0.16.1-preview",
55
"unity": "2020.3",
66
"displayName": "MeshSync",
77
"dependencies": {

0 commit comments

Comments
 (0)