Skip to content

Releases: codewriter-packages/Tri-Inspector

v1.14.0

06 Apr 10:21
Compare
Choose a tag to compare

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: 1.13.2...1.14.0

v1.13.2

15 Oct 09:46
0905424
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: 1.13.1...1.13.2

v1.13.1

05 Sep 08:26
7641ff8
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Changes

Full Changelog: 1.13.0...1.13.1

v1.13.0

24 Jun 14:15
a0c5ca5
Compare
Choose a tag to compare

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

v1.12.0

16 Jun 16:35
58bbdb5
Compare
Choose a tag to compare

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: 1.11.0...1.12.0

v1.11.0

04 Jun 16:30
3cd434c
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • Fix some types such as SerializedDictionary not showing up in the Tri Inspector
  • Rework expanded state by @vanifatovvlad in #98
  • Fix incorrect box group layout by @vanifatovvlad in #102
  • Fix incorrect display of textures during manual installation in Assets directory by @HoSHIZA in #99

Changes

  • Extend the GUIColorAttribute functionality by @HoSHIZA in #103
  • Implement Editor for AssetImporter and ScriptedImported by @xarpen in #112

Full Changelog: 1.10.1...1.11.0

v1.10.1

05 Apr 17:35
63fc232
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Full Changelog: 1.10.0...1.10.1

v1.10.0

12 Mar 08:24
48dce09
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Changes

Full Changelog: 1.9.7...1.10.0

v1.9.7

16 Feb 08:13
ffcb37d
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: 1.9.6...1.9.7

v1.9.6

14 Jan 16:52
2018df9
Compare
Choose a tag to compare

What's Changed

Features

  • Allow expressions with leading dollar sign in ValueResolver.Resolve method by @vanifatovvlad in #73
  • Draw MonoScript property by default and add HideMonoScriptAttribute attibute by @vanifatovvlad in #74

Fixes

Full Changelog: 1.9.5...1.9.6