Skip to content

Releases: mob-sakai/UIMaterialPropertyInjector

1.2.0

12 Sep 09:44

Choose a tag to compare

1.2.0 (2025-09-12)

Bug Fixes

  • generic mode (e216b16)
  • injected material not generated when injection process runs without getter and setter configured (210f46c)

Features

  • add renderer and material properties for RendererMaterialPropertyInjector (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

22 Jun 05:43

Choose a tag to compare

1.1.3 (2025-06-22)

Bug Fixes

  • ambiguous reference errors occur between Coffee.UIExtensions.Color and UnityEngine.Color (24160fd), closes #11

1.1.2

17 Feb 08:47

Choose a tag to compare

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

04 Feb 11:14

Choose a tag to compare

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

30 Jan 17:50

Choose a tag to compare

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

28 Jan 03:17

Choose a tag to compare

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

02 Oct 23:00

Choose a tag to compare

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

03 Jul 06:19

Choose a tag to compare

1.0.2 (2024-07-03)

Bug Fixes

  • nest less-frequently used properties within dropdown (editor) (ad67744)

1.0.1

01 Jul 17:35

Choose a tag to compare

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

27 Jun 11:02

Choose a tag to compare

1.0.0 (2024-06-27)

Features