Tri Inspector Versions Save

Free inspector attributes for Unity [Custom Editor, Custom Inspector, Inspector Attributes, Attribute Extensions]

1.14.0

1 month ago

What's Changed

Features

[InlineEditor]
public Transform transform;

[InlineEditor(InlineEditorModes.Preview, PreviewHeight = 70)]
public GameObject prefab;

[InlineEditor(InlineEditorModes.FullEditor)]
public Material material;

InlineEditorModes

Fixes

Changes

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.13.2...1.14.0

1.13.2

7 months ago

What's Changed

Fixes

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.13.1...1.13.2

1.13.1

8 months ago

What's Changed

Features

Fixes

Changes

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.13.0...1.13.1

1.13.0

10 months ago

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: https://github.com/codewriter-packages/Tri-Inspector/compare/1.12.0...1.13.0

1.12.0

11 months ago

What's Changed

Features

Fixes

  • Fix abstract types was not drawn by Tri Inspector

Changes

  • Custom installer was removed. Now Tri Inspector can be installed without extra steps. However, the built-in com.unity.localization package is now automatically installed to provide access to unity internals
  • Drop support of Tri-drawn properties in Odin editors

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.11.0...1.12.0

1.11.0

11 months ago

What's Changed

Features

Fixes

Changes

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.10.1...1.11.0

1.10.1

1 year ago

What's Changed

Features

Fixes

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.10.0...1.10.1

1.10.0

1 year ago

What's Changed

Features

Fixes

Changes

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.9.7...1.10.0

1.9.7

1 year ago

What's Changed

Fixes

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.9.6...1.9.7

1.9.6

1 year ago

What's Changed

Features

Fixes

Full Changelog: https://github.com/codewriter-packages/Tri-Inspector/compare/1.9.5...1.9.6