Skip to content

Commit

Permalink
Merge pull request #208 from anatawa12/change-default-settings
Browse files Browse the repository at this point in the history
chore: make removeEmptyRendererObject true by default
  • Loading branch information
anatawa12 authored Jun 4, 2023
2 parents 90af052 + e08f381 commit 9e7ea5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog].
### Added

### Changed
- Make `Remove Empty Renderer Object` enabled by default `#208`

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog].
### Added

### Changed
- Make `Remove Empty Renderer Object` enabled by default `#208`

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion Runtime/MergeSkinnedMesh.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class MergeConfig
// common between v0 and v1
[CL4EELocalized("MergeSkinnedMesh:prop:removeEmptyRendererObject")]
[ToggleLeft]
public bool removeEmptyRendererObject;
public bool removeEmptyRendererObject = true;

public MergeSkinnedMesh()
{
Expand Down

0 comments on commit 9e7ea5f

Please sign in to comment.