v1.13.0
What's Changed
Features
- Add drawer for Button with parameters by @vanifatovvlad in #119
[Button(ButtonSizes.Large)]
private void ButtonWithParameters(Vector3 vec, string str = "default value") { }- Add fix action in Required attribute by @vanifatovvlad in #121
[Required(FixAction = nameof(FixTarget), FixActionName = "Assign self")]
public Transform target;
private void FixTarget() { target = GetComponent<Transform>(); }Fixes
- Hide grouping box if all children properties is invisible
- Minor layout improvements
Full Changelog: 1.12.0...1.13.0