Skip to content

v1.13.0

Choose a tag to compare

@vanifatovvlad vanifatovvlad released this 24 Jun 14:15
· 76 commits to main since this release
a0c5ca5

What's Changed

Features

[Button(ButtonSizes.Large)]
private void ButtonWithParameters(Vector3 vec, string str = "default value") { }
[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