Skip to content

Commit 792bd2b

Browse files
committed
sync
1 parent 5276972 commit 792bd2b

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

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

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

4+
## [0.16.2-preview] - 2022-12-02
5+
6+
### Added
7+
* doc: add the Key Frames documentation of SceneCache
8+
9+
### Changed
10+
* deps: use [email protected]
11+
412
## [0.16.1-preview] - 2022-11-25
513

614
### Fixed

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.1-preview",
4+
"version": "0.16.2-preview",
55
"unity": "2020.3",
66
"displayName": "MeshSync",
77
"dependencies": {

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

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

4+
## [0.16.2-preview] - 2022-12-02
5+
6+
### Added
7+
* doc: add the Key Frames documentation of SceneCache
8+
9+
### Changed
10+
* deps: use [email protected]
11+
412
## [0.16.1-preview] - 2022-11-25
513

614
### Fixed

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.1-preview",
4+
"version": "0.16.2-preview",
55
"unity": "2020.3",
66
"displayName": "MeshSync",
77
"dependencies": {

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

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

4+
## [0.16.2-preview] - 2022-12-02
5+
6+
### Added
7+
* doc: add the Key Frames documentation of SceneCache
8+
9+
### Changed
10+
* deps: use [email protected]
11+
412
## [0.16.1-preview] - 2022-11-25
513

614
### Fixed

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.1-preview",
4+
"version": "0.16.2-preview",
55
"unity": "2020.3",
66
"displayName": "MeshSync",
77
"dependencies": {

0 commit comments

Comments
 (0)