Skip to content

Commit

Permalink
sync changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
sindharta committed Nov 10, 2021
1 parent f74a707 commit 2f21e34
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 15 deletions.
21 changes: 16 additions & 5 deletions MeshSync_HDRP~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# Changelog
All notable changes to the MeshSync package will be documented in this file.

## [0.10.0-preview] - 2021-10-29
## [0.10.0-preview] - 2021-11-10

### Added
* feat: search materials based on MaterialSearchMode settings for MeshSyncServer and SceneCachePlayer
* feat: add a custom inspector for SceneCache files under Assets folder to set material creation settings
* feat: override material creation settings for SceneCachePlayer when the assigned SceneCache file is under Assets folder
* feat: allow enabling/disabling the creation and update of Lights and Cameras objects for MeshSyncServer and SceneCachePlayer
* feat: add a checkbox in ProjectSettings to set the default material creation settings
* feat: add options in ProjectSettings to set the default setting to use physical camera params
* feat: add a button to reset MeshSync configs in ProjectSettings
* api: open MeshSyncPlayer class to public
* api: add a callback in MeshSyncServer that is called after receiving data
* api: open SceneCachePlayer to public
* api: add a public API to force update SceneCachePlayer

### Changed
* TBD
* TBD
* TBD
* TBD
* deps: update dependency to [email protected]
* ui: indent "Update Mesh Colliders" setting in ProjectSettings

### Fixed
* fix: try to use existing animationController asset for SceneCache if possible

### Removed
* removed plugin installation support for Maya 2017 and 3ds Max 2017

## [0.9.3-preview] - 2021-10-20

Expand Down
21 changes: 16 additions & 5 deletions MeshSync_URP~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# Changelog
All notable changes to the MeshSync package will be documented in this file.

## [0.10.0-preview] - 2021-10-29
## [0.10.0-preview] - 2021-11-10

### Added
* feat: search materials based on MaterialSearchMode settings for MeshSyncServer and SceneCachePlayer
* feat: add a custom inspector for SceneCache files under Assets folder to set material creation settings
* feat: override material creation settings for SceneCachePlayer when the assigned SceneCache file is under Assets folder
* feat: allow enabling/disabling the creation and update of Lights and Cameras objects for MeshSyncServer and SceneCachePlayer
* feat: add a checkbox in ProjectSettings to set the default material creation settings
* feat: add options in ProjectSettings to set the default setting to use physical camera params
* feat: add a button to reset MeshSync configs in ProjectSettings
* api: open MeshSyncPlayer class to public
* api: add a callback in MeshSyncServer that is called after receiving data
* api: open SceneCachePlayer to public
* api: add a public API to force update SceneCachePlayer

### Changed
* TBD
* TBD
* TBD
* TBD
* deps: update dependency to [email protected]
* ui: indent "Update Mesh Colliders" setting in ProjectSettings

### Fixed
* fix: try to use existing animationController asset for SceneCache if possible

### Removed
* removed plugin installation support for Maya 2017 and 3ds Max 2017

## [0.9.3-preview] - 2021-10-20

Expand Down
21 changes: 16 additions & 5 deletions MeshSync~/Packages/com.unity.meshsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# Changelog
All notable changes to the MeshSync package will be documented in this file.

## [0.10.0-preview] - 2021-10-29
## [0.10.0-preview] - 2021-11-10

### Added
* feat: search materials based on MaterialSearchMode settings for MeshSyncServer and SceneCachePlayer
* feat: add a custom inspector for SceneCache files under Assets folder to set material creation settings
* feat: override material creation settings for SceneCachePlayer when the assigned SceneCache file is under Assets folder
* feat: allow enabling/disabling the creation and update of Lights and Cameras objects for MeshSyncServer and SceneCachePlayer
* feat: add a checkbox in ProjectSettings to set the default material creation settings
* feat: add options in ProjectSettings to set the default setting to use physical camera params
* feat: add a button to reset MeshSync configs in ProjectSettings
* api: open MeshSyncPlayer class to public
* api: add a callback in MeshSyncServer that is called after receiving data
* api: open SceneCachePlayer to public
* api: add a public API to force update SceneCachePlayer

### Changed
* TBD
* TBD
* TBD
* TBD
* deps: update dependency to [email protected]
* ui: indent "Update Mesh Colliders" setting in ProjectSettings

### Fixed
* fix: try to use existing animationController asset for SceneCache if possible

### Removed
* removed plugin installation support for Maya 2017 and 3ds Max 2017

## [0.9.3-preview] - 2021-10-20

Expand Down

0 comments on commit 2f21e34

Please sign in to comment.