Skip to content

Releases: dubit/duck

v2.3.0-lts

28 Jun 09:57
5b4ef40
Compare
Choose a tag to compare

v2.3.X is the last release series of DUCK in it's current form. It is designed for long term support, for projects still requiring duck as it is. Fixes can still be applied but must be branched off and merged back into the lts branch and NOT FROM DEVELOPMENT.

The development branch will start to see features being removed to facilitate the transition towards using the duck-package-manager

2.2.0

19 Jan 15:26
e3b43bf
Compare
Choose a tag to compare

Changes

  • [Feature] Tween Serialization + Editor Support #12
  • [Feature] Fancy™ Prefab Replacer. #32
  • [Feature] Implemented util for broadcasting events to objects #26
  • [Feature] Added child object creation helpers #24
  • [Feature] Find Unused Assets Window #21 & #22
  • [Feature] Forms #16 & #19
  • [Feature] Http requests #17 & #18
  • [Improvement] Added UpdateButton to DebugMenu #27
  • [Improvement] IsApplicationQuitting Property in AbstractController #30
  • [Improvement] Added OnHide and OnShow events to Debug Menu #31
  • [Improvement] Improvements to animation driver #14
  • [Improvement] Allow PrefabInstantiator to instantiate at other times than on Awake #11
  • [Improvement] Tween System Improvement and Bug Fixes #13
  • [Improvement] Timer duration parameter optional #9
  • [Improvement] ArgsList improvement + fix #33
  • [Fix] Dev timed animation fix #10
  • [Fix] Audio bugs #8
  • [Fix] Fixed parameter order #23
  • [Fix] Localisation Fixes #29
  • [Fix] Debug Button Destroy Fix #28
  • [Fix] Fixed reference to conditionally compiled Property #20
  • [Fix] Fixed errors with localisation system #15

v2.1.0

17 Nov 16:38
17c83c9
Compare
Choose a tag to compare

Changes

#3 [Feature] EditorGUILayoutJelpers: Draw a field by type
#4 [Feature] EditorGUILayoutJelpers: Draw a options field (drop down)
#6 [Feature] ArgsList serialization
#2 [Fix] Added missing LICENSE.meta file
#1 [Fix] Timer can now have <= duration
#5 [Improvement] Build Version is now option (controlled by compiler flags)

v2.0.0

01 Nov 09:23
Compare
Choose a tag to compare

This is the first public release of DUCK. It was an internal codebase prior to v2.0.0. This release contains everything from the internal, with some api changes & cleanups. Check the README & CONTRIBUTING for more information