Skip to content

Releases: BroWar-Collective/Unity-Common

v1.1.3

03 Mar 21:35
c63966f

Choose a tag to compare

Added:

  • Possibility to dispose States and StateMachines
  • Shuffle extension method for Lists

v1.1.2

28 Feb 23:54
a67c6fe

Choose a tag to compare

Added:

  • Possibility to override OngoingState property in the BaseStateMachine class

Changed:

  • Fix searching for starting state in the State Machine

v1.1.1

21 Feb 17:03
e45c01b

Choose a tag to compare

Changed:

Fix attempts to re-enter current state

v1.1.0

21 Feb 15:12
e17ae81

Choose a tag to compare

Changed:

  • Fix disposing issues in the ObjectPool implementation
  • StateMachine implementation now utilizes interface (IState) instead of the BaseState class

v1.0.2

30 Sep 20:50
4695712

Choose a tag to compare

Added:

  • ManagerBase - base class that implements IInitializable and IDeinitializable interfaces
  • Basic Vector3 extensions
  • Basic string extensions

v1.0.1

19 Feb 17:01
c705065

Choose a tag to compare

Added:

  • IDeinitializable interface
  • OnInitialized event to IInitializable & IInitializableWithArgument interfaces

Changed:

  • IInitializableWithArgument is no longer inheriting from the IInitializable interface