Skip to content

Tags: mob-sakai/CompositeCanvasRenderer

Tags

1.0.0

Toggle 1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2023-12-06)

### Bug Fixes

* bake-buffer is not displayed in inspector ([6a5d5a2](6a5d5a2))
* CompositeCanvasEffect has 'DisallowMultipleComponent' attribute ([2ca5a91](2ca5a91))
* delayed extra callback ([6cccbe4](6cccbe4))
* difficult to see when alpha is small ([3c85252](3c85252))
* fix baking process ([b7ce244](b7ce244))
* fix compile error ([9dc84e6](9dc84e6))
* fix typo 'extends' to 'extents' ([6428cfe](6428cfe))
* ignore disabled source graphics when baking ([0812119](0812119))
* material fix ([374a933](374a933))
* mesh error ([2a6a316](2a6a316))
* missing zw component when copying mesh ([59215e2](59215e2))
* nested CanvasGroups make bake-buffer alpha smaller ([f9eff35](f9eff35))
* remove global cache ([c33f2f6](c33f2f6))
* Remove unnecessary override property ([3b01dff](3b01dff))
* return intList ([9394994](9394994))
* rotation is ignored in orthographic mode. ([9747fc1](9747fc1))
* shared TextMeshPro material is not used ([a94d4d0](a94d4d0))
* skip blur/cutoff phase if possible ([c3379dd](c3379dd))
* source graphics with `scale.z = 0` will be not baked ([c145db4](c145db4))
* support CanvasGroup.alpha for source graphic ([5995eea](5995eea))

### Features

* add 'bakingTrigger' option (automatic, manually, always, on enable) ([d2f3d34](d2f3d34))
* add `ignoreSelf` and `ignoreChildren` options for source ([2f8ccfb](2f8ccfb))
* add blur effect ([8d5df19](8d5df19))
* add CompositeCanvasRenderer ([acc0803](acc0803))
* add glow and bloom effects ([4d4b441](4d4b441))
* add group id to share the bake buffer ([53f03a4](53f03a4))
* add mirror effect ([44df1cb](44df1cb))
* add public 'orthographic' property ([175eea9](175eea9))
* add relative mode (orthographic mode) ([67aadba](67aadba))
* add shadow and outline effects ([04c0f3f](04c0f3f))
* editor update ([1a98bc4](1a98bc4))
* enable/disable culling for baking ([d2cb243](d2cb243))
* enable/disable upscaling buffer ([e1008f2](e1008f2))
* gizmo for orthographic baking ([d5bed5a](d5bed5a))
* global culling ([be0c648](be0c648))
* skip baking when `ColorMask=0` (for masking) ([5bc7064](5bc7064))
* support IMeshModifier.ModifyMesh(Mesh) ([39dedd7](39dedd7))
* support Mask for baking ([8015dcc](8015dcc))
* support nested CompositeCanvasRenderer ([99121f2](99121f2))
* TMP outline, glow, underlay support ([e5abfa8](e5abfa8))
* TMP performance improve ([cebe9fc](cebe9fc))

### Performance Improvements

* remove alloc code ([35c671b](35c671b))

1.0.0-preview.2

Toggle 1.0.0-preview.2's commit message
chore(release): 1.0.0-preview.2 [skip ci]

# [1.0.0-preview.2](1.0.0-preview.1...1.0.0-preview.2) (2023-12-01)

### Bug Fixes

* bake-buffer is not displayed in inspector ([6a5d5a2](6a5d5a2))
* CompositeCanvasEffect has 'DisallowMultipleComponent' attribute ([2ca5a91](2ca5a91))
* delayed extra callback ([6cccbe4](6cccbe4))
* difficult to see when alpha is small ([3c85252](3c85252))
* fix baking process ([b7ce244](b7ce244))
* fix compile error ([9dc84e6](9dc84e6))
* fix typo 'extends' to 'extents' ([6428cfe](6428cfe))
* material fix ([374a933](374a933))
* mesh error ([2a6a316](2a6a316))
* missing zw component when copying mesh ([59215e2](59215e2))
* nested CanvasGroups make bake-buffer alpha smaller ([f9eff35](f9eff35))
* remove global cache ([c33f2f6](c33f2f6))
* Remove unnecessary override property ([3b01dff](3b01dff))
* return intList ([9394994](9394994))
* rotation is ignored in orthographic mode. ([9747fc1](9747fc1))
* shared TextMeshPro material is not used ([a94d4d0](a94d4d0))
* skip blur/cutoff phase if possible ([c3379dd](c3379dd))
* source graphics with `scale.z = 0` will be not baked ([c145db4](c145db4))
* support CanvasGroup.alpha for source graphic ([5995eea](5995eea))

### Features

* add 'bakingTrigger' option (automatic, manually, always, on enable) ([d2f3d34](d2f3d34))
* add `ignoreSelf` and `ignoreChildren` options for source ([2f8ccfb](2f8ccfb))
* add public 'orthographic' property ([175eea9](175eea9))
* add relative mode (orthographic mode) ([67aadba](67aadba))
* editor update ([1a98bc4](1a98bc4))
* enable/disable culling for baking ([d2cb243](d2cb243))
* enable/disable upscaling buffer ([e1008f2](e1008f2))
* gizmo for orthographic baking ([d5bed5a](d5bed5a))
* global culling ([be0c648](be0c648))
* skip baking when `ColorMask=0` (for masking) ([5bc7064](5bc7064))
* support IMeshModifier.ModifyMesh(Mesh) ([39dedd7](39dedd7))
* support Mask for baking ([8015dcc](8015dcc))
* TMP outline, glow, underlay support ([e5abfa8](e5abfa8))
* TMP performance improve ([cebe9fc](cebe9fc))

1.0.0-preview.1

Toggle 1.0.0-preview.1's commit message
chore(release): 1.0.0-preview.1 [skip ci]

# 1.0.0-preview.1 (2023-10-26)

### Features

* add blur effect ([8d5df19](8d5df19))
* add CompositeCanvasRenderer ([acc0803](acc0803))
* add glow and bloom effects ([4d4b441](4d4b441))
* add mirror effect ([44df1cb](44df1cb))
* add shadow and outline effects ([04c0f3f](04c0f3f))