Skip to content

Releases: AnnulusGames/Alchemy

v2.0.1

21 Feb 03:30
Compare
Choose a tag to compare

What's Changed

Features

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

v2.0.0

20 Feb 06:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Fix: add null check