Skip to content

Releases: dubit/duck-utils

1.3.2

02 Jan 09:45
559a308

Choose a tag to compare

  • #20 Screenshot tool fixes & improvements
  • #23 Fixed timer IsRunning being true true if the timer was never started.
  • #24 Support for unity 2019.3
  • #25 NormalizeAngle: added APIs for quaternion,

1.3.1

21 Mar 17:03
a402e7d

Choose a tag to compare

Timer now supports 0 duration.

1.3.0

22 Nov 15:57
2346547

Choose a tag to compare

Timer class is .NET 4.x now. Also fixed a massive bug.

1.2.0

01 Nov 14:09
6460c36

Choose a tag to compare

Changes

  • Fixed the names/namespaces of assembly definitions
  • Wrapped the screenshot window in #if UNITY_EDITOR

1.1.0

24 Oct 15:53
bd2f8ce

Choose a tag to compare

New Features

  • ScreenshotUtils/Window
  • TransformSnapshot
  • TransformExtensions
  • CollectionExtensions
  • GameObjectExtensions
  • Instantiator

1.0.0

20 Aug 14:09
baacd89

Choose a tag to compare

The first ported release. Contains the following features

  • MathUtils
  • Trigonometry
  • EventBroadcaster
  • Timer
  • MonoBehaviourService