Releases: JasonMa0012/LWGUI
1.13.5
1.13.3
Full Changelog: 1.13.2...1.13.3
1.13.2
fix revert button in Advanced()
fix gui style error
Full Changelog: 1.13.0...1.13.2
1.13.0
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
- 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
- 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
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
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
1.8.2
- fix new ramp map alpha
- internal to public