Skip to content

Releases: annulusgames/Alchemy

v2.1.0

15 Jun 05:43

Choose a tag to compare

What's Changed

  • Fix: Changes in PropertyListView are not reflected when field don't h… by @akeit0 in #50
  • Fix: Syntax bug by @akeit0 in #51
  • Fix: support 2021.3 & 2022.1 by @akeit0 in #56
  • Remove: depth limit by @nuskey8 in #62
  • Fix: wrong type conversion by @akeit0 in #60
  • Fix: typo in subtitle by @Yusuke57 in #72
  • Add: PreviewAttribute by @Yusuke57 in #70
  • Add: Support list view label modification by @yuyu0127 in #68
  • Fix: Inspection of private array-like fields on base class by @yuyu0127 in #65
  • Add : Support AlchemySerialization with generics and inheritance by @akeit0 in #61
  • Fix for InternalAPIHelper Error in Unity 2023.2.15f1 and Later by @moz-moz in #88
  • Fix: Resolved InternalAPIHelper error in Unity 2022.3.23f1 and later by @ArkTarusov in #89
  • Fix display of RectOffset in inspector by @moz-moz in #90
  • Add: tree map and row separator for hierarchy by @aprius in #91
  • Fix: GUI.color not reverting correctly by @nuskey8 in #94
  • Update: docs by @nuskey8 in #106
  • Update: Unity Editor 2022.3.33f1 -> 6000.0.33f1 by @nuskey8 in #118
  • 非パブリックなSerializeFieldを持つクラスを継承した際の不具合を修正 by @takuma-komatsu in #111
  • Fix: error on PropertyField that has no ObjectField child by @dssste in #109
  • Add: LabelText with Button support by @MrBelarus in #84
  • Add: Preview attribute size and align by @MrBelarus in #85

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

21 Feb 03:30

Choose a tag to compare

What's Changed

Features

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Feb 06:59

Choose a tag to compare

What's Changed

Features

Bug fixes

  • Fix: fields hiding the inherited members of Component are displayed multiple times by @annulusgames in #25
  • Fix: [InlineField] not working by @annulusgames in #26
  • Fix: OnValueChanged method with parameters doesn't work by @annulusgames in #27
  • Fix: fields that hides inherited properties appears multiple times by @annulusgames in #28
  • Fix: SerializedProperty.GetFieldInfo() does not retrieve inherited members by @annulusgames in #29
  • Fix: some elements not working on AlchemyEditorWindow by @annulusgames in #32
  • Fix: InlineObjectField's allowSceneObjects is invalid by @annulusgames in #41

Improvements

Changes

Full Changelog: v1.0.4...v2.0.0

v1.0.4

14 Feb 08:02

Choose a tag to compare

What's Changed

  • Fix: error regarding button arguments by @annulusgames in #13
  • Fix: Exception occurs on button of argumentless method whose return value is not void by @annulusgames in #14
  • Fix duplicate fields and buttons in the inspector when using inheritance by @PJBarczyk in #16
  • Add: AnimationCurve and Gradient support for AlchemySerializeField by @annulusgames in #17

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

11 Dec 14:05
b966262

Choose a tag to compare

What's Changed

  • Fix foldout of disabled button doesn't work
  • Fix types with PropertyDrawer were not drawn correctly in List
  • Fix parent class members not visible

PR

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Dec 03:31

Choose a tag to compare

What's Changed

  • Added [Create...] button for string field with null value
  • Fixed an error that occurred when targetObject was null
  • Refactoring

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Dec 23:41

Choose a tag to compare

What's Changed

  • Fixed a bug that caused an error when building

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Dec 23:33

Choose a tag to compare

Fix: add null check