v1.14.0
What's Changed
Features
- Add InlineEditor modes by @vanifatovvlad in #160
[InlineEditor]
public Transform transform;
[InlineEditor(InlineEditorModes.Preview, PreviewHeight = 70)]
public GameObject prefab;
[InlineEditor(InlineEditorModes.FullEditor)]
public Material material;
Fixes
- Fix LayerMask draws single selection instead of multi selection list by @vanifatovvlad in #140
- Fix assigning new reference in inspector does not lead to object dirtying by @vanifatovvlad in #152
- Fix TriInspector doesn't work in inline editors by @vanifatovvlad in #158
- Fix Inline (Material) Editor does not always display correctly by @vanifatovvlad in #159
- Fix errors when installing TriInspector in Unity <= 2020.1 by @Alexejhero in #143
- Fix TooltipAttribute not working by @Alexejhero in #144
Changes
- Now UIToolkit support is disabled by @vanifatovvlad in #141
- Allow short member names for static resolvers by @Govorunb in #145
Full Changelog: 1.13.2...1.14.0