Skip to content

Releases: Thundernerd/Unity3D-SerializableInterface

v2.3.0

02 Jun 21:37

Choose a tag to compare

2.3.0 (2026-06-02)

Features

  • Hide empty dropdown items and collapse items with single child (#64) (d2d3e3e)

v2.2.2

02 Jun 21:24

Choose a tag to compare

2.2.2 (2026-06-02)

Bug Fixes

  • ClassesOnlyAttribute is Runtime Attribute (#65) (8c43f44)

v2.2.1

16 Mar 16:44

Choose a tag to compare

2.2.1 (2024-03-16)

Bug Fixes

  • indentation issues in Unity 2022 (#63) (c1648be)

v2.2.0

09 Feb 19:32

Choose a tag to compare

2.2.0 (2024-02-09)

Features

v2.1.0

14 Nov 09:46
2a7a02f

Choose a tag to compare

What's Changed

  • Added [ClassesOnly] attribute for usage in large projects, dramatically improving dropdown opening time by @lordubbe in #57

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Nov 18:11

Choose a tag to compare

2.0.0 (2023-11-07)

⚠ BREAKING CHANGES

  • add source generation sample

Features

  • add source generation sample (d5a6da3)

v1.12.1

10 Sep 09:24

Choose a tag to compare

1.12.1 (2022-09-10)

Bug Fixes

v1.12.0

09 Sep 20:53

Choose a tag to compare

1.12.0 (2022-09-09)

Features

  • added GetValue method for accurately getting a serialized property's value (96c08c8)

v1.11.1

02 Aug 14:14

Choose a tag to compare

1.11.1 (2022-08-02)

Bug Fixes

  • removed custom line drawing to look more like Unity native (65b7329)

v1.11.0

02 Aug 13:42

Choose a tag to compare

1.11.0 (2022-08-02)

Features

  • added methods for getting value combined with null checks (1154dbb)