Skip to content

Releases: JasonMa0012/LWGUI

1.13.5

1.13.3

30 Oct 14:21
Compare
Choose a tag to compare

1.13.2

27 Oct 16:34
Compare
Choose a tag to compare

1.13.0

22 Oct 17:07
Compare
Choose a tag to compare

Add ShowIf() to control the show or hide of a single or a group of properties based on multiple conditions.

Full Changelog: 1.12.1...1.13.0

1.12.1

07 Oct 08:59
Compare
Choose a tag to compare
  • Add Advanced() and AdvancedHeaderProperty(): A group of Properties can be collapsed into a specified Advanced Block anywhere.
  • Add Hidden(): Similar to HideInInspector(), the difference is that Hidden() can be unhidden through the Display Mode button.
  • Add Display Mode Toolbar Button: Show All Advanced, Show All Hidden, Show Only Modified.

Full Changelog: 1.12.0...1.12.1

1.12.0

18 Sep 10:34
Compare
Choose a tag to compare
  • Add Unity 2022 Material Variant GUI Support
  • Add ShaderModifyListener
  • Improve GUI Appearance
  • Change the default search mode to Auto (search by group first, and search by property when there are no results)
  • Refactor the Context Menu
  • Refactor the Data Structure

Full Changelog: 1.11.1...1.12.0

1.11.1

22 Aug 03:18
Compare
Choose a tag to compare

add Toolbar Buttons:

  • Copy Material Properties
  • Paste Material Properties
  • Select the Material Asset, Used to jump from a Runtime Material Instance to a Material Asset.
  • Checkout selected Material Assets
  • Expand All Groups
  • Collapse All Groups

Full Changelog: 1.10.0...1.11.1

1.10.0

07 Aug 16:39
Compare
Choose a tag to compare

change: 现在默认对Group进行搜索, 会整体显示/隐藏Group内所有Property. 并且保留对Property的搜索功能.
change: 现在逐Shader保存Group的折叠/展开状态, 便于在不同材质中浏览同一组Property.
fix: 切换Preset()会重置搜索状态
fix: Unity2021.3.28+的“ToolbarSeachTextFieldPopup”报错
add: 创建RampMap时自动创建目录

change: Now Groups is used to search by default, and all Properties in the Group will be displayed / hidden as a whole. And the search function for Properties is retained.
change: Now save the collapsed / expanded state of Group by Shader, which is convenient for browsing the same group of Properties in different materials.
fix: modify Preset() causes the search state to be reset
fix: “ToolbarSeachTextFieldPopup” error at Unity2021.3.28+
add: Automatically create directory when creating RampMap

1.9.0

06 Jul 03:32
Compare
Choose a tag to compare

add custom header and footer
fix #34 "Unable to find style 'ToolbarSeachTextFieldPopup' in skin 'DarkSkin' Layout"

1.8.2

27 Jun 11:32
b72ec6a
Compare
Choose a tag to compare
  • fix new ramp map alpha
  • internal to public