Skip to content

Releases: slavniyteo/one-line

v0.5.2

18 Jan 07:37
Compare
Choose a tag to compare

Culling optimization is removed since it is broken since Unity 2020.0.

v0.5.1

30 Dec 05:47
Compare
Choose a tag to compare

Polishing & fixes related to UPM (Unity Package Manager) layout. See docs here.

v0.5.0

07 Aug 03:23
Compare
Choose a tag to compare

Version v0.5.0 is released

The only change: Unity Package Manager Support.

See Installation instruction.

Release v0.4.0

15 Jan 03:46
Compare
Choose a tag to compare

Refactored Layout system.

Added Settings file. Open it with "Window/OneLine Settings" menu item

Fixes: #30

Release v0.3.1 with two bug fixes

26 Apr 10:55
Compare
Choose a tag to compare

I exported packages on Unity 2017.1_Linux and can't export with other versions. I'll do it for v0.4.0 (going to release it soon).

Version with _pure suffix is exported without tests and examples.

Bug fixes:

  • #25 typo with #ifdef/#endif
  • #26 fixed broken optimization which make OneLine very slow on big databases.

Release v0.3.0 with two great features

01 Mar 11:50
Compare
Choose a tag to compare

Features added:

  • Custom property drawers are drown now
  • [Expandable] attribute added

Fixes:

  • When header was used, prefix label was drown at the top (on header level). Now it is drown at the bottom.

In addition, some optimizations were made.

I need some testing of new features, so feel free to open an issue and give me a feedback.

Mostly I test OneLine on Linux and Windows. So there are may be any issues on Mac.

Release v0.2.3

03 Feb 12:15
Compare
Choose a tag to compare

Added a few examples. Some refactoring is done.

Fixed:

  • drawing headers when [OneLine] is lie on nested field (not at root of ScriptableObject or MonoBehaviour)

Release v0.2.2

05 Dec 05:35
Compare
Choose a tag to compare

Fixed:

  • #12 -- Exceptions on drawing extended classes.

Release v0.2.1

10 Nov 09:49
3b2185f
Compare
Choose a tag to compare

Now OneLine depends on RectEx library.

Fixed:

  • #10 -- [OneLine] on nested (not root) array;
  • #11 -- all string.Format uses wrong argument indexes (starts from 1, need from 0).

v0.2.0

19 Oct 11:34
Compare
Choose a tag to compare

Changelog:

  • Tooltips works fine;
  • Added headers;
  • Vertical separators;
  • Great optimizations.
  • Bugfixes.