1.2.0 (2025-09-12)
September 12, 2025 ยท View on GitHub
Bug Fixes
- generic mode (e216b16)
- injected material not generated when injection process runs without getter and setter configured (210f46c)
Features
- add
rendererandmaterialproperties forRendererMaterialPropertyInjector(cb5c919) - add invalid material accessor warning in inspector (33305db)
- generic mode (b34dbc7)
- mutual synchronization system between base-material and injected-material (editor) (c1ae500)
- renderer mode (b70c644)
1.1.3 (2025-06-22)
Bug Fixes
- ambiguous reference errors occur between
Coffee.UIExtensions.ColorandUnityEngine.Color(24160fd), closes #11
1.1.2 (2025-02-17)
Bug Fixes
- properties '_UIMaskSoftnessX/Y' are common property (ee34e1b)
- properties with attributes prefixed with 'Material' or suffixed with 'Drawer' are not displayed correctly (e5b92fe)
- properties with non-keyword toggle attributes are not displayed in the list (46d58aa), closes #8
1.1.1 (2025-02-04)
Bug Fixes
1.1.0 (2025-01-30)
Bug Fixes
- ignore properties with
Toggle,KeywordEnumandPerRendererDataattributes (343d9e5)
Features
- support
MaterialToggle,Enum,IntSliderandPowerSlidershader property attributes (9881112) - use a searchable dropdown instead of a popup for property selection (ca62a19), closes #6
1.0.4 (2025-01-28)
Bug Fixes
- vector4 properties such as
_MainTex_STcannot be modified from the Inspector in editor (5805fd8)
1.0.3 (2024-10-02)
Bug Fixes
- make several APIs virtual for inheritance purposes. (a6d57d2)
- property changes by AnimationClip are not applied on the frame where the GameObject is activated in the editor (35d9d20)
- when pressing the "add" button in the Tweener inspector, an error occurs. (c661bcd)
1.0.2 (2024-07-03)
Bug Fixes
- nest less-frequently used properties within dropdown (editor) (ad67744)
1.0.1 (2024-07-01)
Bug Fixes
- material properties do not change when Mask is disabled (5bd37cd), closes #1
- the background color of the inspector does not change while previewing or recording in the animation view (6ea719f), closes #2
1.0.0 (2024-06-27)
Features
- first release (c6c8985)