Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 4.0.0-preview.1 [skip ci]
# [4.0.0-preview.1](v3.2.0...v4.0.0-preview.1) (2020-04-10) ### Bug Fixes * adjusting the brightness of the shiny shader ([29b4dad](29b4dad)) * the effect is kept even if the component is disabled (UIFlip, UIGradient) ([6124214](6124214)) ### Features * add asmdef files ([24710fc](24710fc)) * new effect that synchronize with another effect ([7a2a97c](7a2a97c)), closes [#159](#159) [#158](#158) [#143](#143) * transfer TextMeshPro support to another package ([be90210](be90210)) * transfer UIEffectCapturedImage support to another package ([c2a2320](c2a2320)) * update docs to support Unity Package Manager ([bdc891a](bdc891a)), closes [#141](#141) * update the effect architecture ([4c08c8c](4c08c8c)), closes [#202](#202) [#198](#198) [#195](#195) [#189](#189) [#173](#173) [#104](#104) * update the structure of shaders ([db06e68](db06e68)) * updated the Unity version used for development to 2018.3 ([c5f22c1](c5f22c1)), closes [#169](#169) ### BREAKING CHANGES * Scenes, prefabs and scripts using UIEffect v3.x may not work properly. * The recommended Unity version is 2018.1 or later; it will work with Unity 2017.1, but it is not guaranteed to be supported. * UIEffectCapturedImage will be supported by another package. * TextMeshPro support has been removed from this package. It will be supported by another package.
- Loading branch information