Skip to content

Releases: Thundernerd/Unity3D-SerializableInterface

v2.2.1

16 Mar 16:44
Compare
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
Compare
Choose a tag to compare

2.2.0 (2024-02-09)

Features

v2.1.0

14 Nov 09:46
2a7a02f
Compare
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
Compare
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
Compare
Choose a tag to compare

1.12.1 (2022-09-10)

Bug Fixes

v1.12.0

09 Sep 20:53
Compare
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
Compare
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
Compare
Choose a tag to compare

1.11.0 (2022-08-02)

Features

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

v1.10.0

25 Jul 20:39
Compare
Choose a tag to compare

1.10.0 (2022-07-25)

Features

  • added methods for getting and setting values with serialized properties (aba0c30)
  • added passing serialized property to CustomObjectDrawer and Dropdown (5913ab7)
  • added serialized property extensions for convenience (547c892)

v1.9.0

23 Jul 08:17
b603880
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0