Releases: mob-sakai/UIMaterialPropertyInjector
Releases · mob-sakai/UIMaterialPropertyInjector
1.1.2
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
1.1.1 (2025-02-04)
Bug Fixes
- tweener properties are not rendered correctly in the Inspector in the editor. (ba22663), closes #7
1.1.0
1.1.0 (2025-01-30)
Bug Fixes
- ignore properties with
Toggle
, KeywordEnum
and PerRendererData
attributes (343d9e5)
Features
- support
MaterialToggle
, Enum
, IntSlider
and PowerSlider
shader property attributes (9881112)
- use a searchable dropdown instead of a popup for property selection (ca62a19), closes #6
1.0.4
1.0.4 (2025-01-28)
Bug Fixes
- vector4 properties such as
_MainTex_ST
cannot be modified from the Inspector in editor (5805fd8)
1.0.3
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
1.0.2 (2024-07-03)
Bug Fixes
- nest less-frequently used properties within dropdown (editor) (ad67744)
1.0.1
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
1.0.0 (2024-06-27)
Features