diff --git a/MeshSync_HDRP~/Packages/com.unity.meshsync/CHANGELOG.md b/MeshSync_HDRP~/Packages/com.unity.meshsync/CHANGELOG.md index d1171e0e4..5d8840544 100644 --- a/MeshSync_HDRP~/Packages/com.unity.meshsync/CHANGELOG.md +++ b/MeshSync_HDRP~/Packages/com.unity.meshsync/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to the MeshSync package will be documented in this file. +## [0.17.3-preview] - 2023-06-12 + +### Added +* feat: auto installation for Blender 3.4 +* internal: add a field to skip texture imports + +### Changed +* change: send all instanced meshes at once to avoid instance display issues +* change: put any created child objects on the same layer as the server +* opt: make texture import faster and ensure texture is still loaded when skipping import + +### Fixed +* fix: warnings when drawing "Default Shader" object field +* internal-fix: incorrect path when opening an asset with a DCC Tool + ## [0.17.2-preview] - 2023-05-11 ### Added diff --git a/MeshSync_HDRP~/Packages/com.unity.meshsync/package.json b/MeshSync_HDRP~/Packages/com.unity.meshsync/package.json index 638a6a485..f824a3cab 100644 --- a/MeshSync_HDRP~/Packages/com.unity.meshsync/package.json +++ b/MeshSync_HDRP~/Packages/com.unity.meshsync/package.json @@ -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.17.2-preview", + "version": "0.17.3-preview", "unity": "2020.3", "displayName": "MeshSync", "dependencies": { diff --git a/MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md b/MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md index d1171e0e4..5d8840544 100644 --- a/MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md +++ b/MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to the MeshSync package will be documented in this file. +## [0.17.3-preview] - 2023-06-12 + +### Added +* feat: auto installation for Blender 3.4 +* internal: add a field to skip texture imports + +### Changed +* change: send all instanced meshes at once to avoid instance display issues +* change: put any created child objects on the same layer as the server +* opt: make texture import faster and ensure texture is still loaded when skipping import + +### Fixed +* fix: warnings when drawing "Default Shader" object field +* internal-fix: incorrect path when opening an asset with a DCC Tool + ## [0.17.2-preview] - 2023-05-11 ### Added diff --git a/MeshSync_URP~/Packages/com.unity.meshsync/package.json b/MeshSync_URP~/Packages/com.unity.meshsync/package.json index 638a6a485..f824a3cab 100644 --- a/MeshSync_URP~/Packages/com.unity.meshsync/package.json +++ b/MeshSync_URP~/Packages/com.unity.meshsync/package.json @@ -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.17.2-preview", + "version": "0.17.3-preview", "unity": "2020.3", "displayName": "MeshSync", "dependencies": { diff --git a/MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md b/MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md index d1171e0e4..5d8840544 100644 --- a/MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md +++ b/MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to the MeshSync package will be documented in this file. +## [0.17.3-preview] - 2023-06-12 + +### Added +* feat: auto installation for Blender 3.4 +* internal: add a field to skip texture imports + +### Changed +* change: send all instanced meshes at once to avoid instance display issues +* change: put any created child objects on the same layer as the server +* opt: make texture import faster and ensure texture is still loaded when skipping import + +### Fixed +* fix: warnings when drawing "Default Shader" object field +* internal-fix: incorrect path when opening an asset with a DCC Tool + ## [0.17.2-preview] - 2023-05-11 ### Added diff --git a/MeshSync~/Packages/com.unity.meshsync/package.json b/MeshSync~/Packages/com.unity.meshsync/package.json index 638a6a485..f824a3cab 100644 --- a/MeshSync~/Packages/com.unity.meshsync/package.json +++ b/MeshSync~/Packages/com.unity.meshsync/package.json @@ -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.17.2-preview", + "version": "0.17.3-preview", "unity": "2020.3", "displayName": "MeshSync", "dependencies": {