Releases: BroWar-Collective/Unity-Common
Releases · BroWar-Collective/Unity-Common
v1.1.3
03 Mar 21:35
Compare
Sorry, something went wrong.
No results found
Added:
Possibility to dispose States and StateMachines
Shuffle extension method for Lists
v1.1.2
28 Feb 23:54
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed:
Fix attempts to re-enter current state
v1.1.0
21 Feb 15:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added:
ManagerBase - base class that implements IInitializable and IDeinitializable interfaces
Basic Vector3 extensions
Basic string extensions
v1.0.1
19 Feb 17:01
Compare
Sorry, something went wrong.
No results found
Added:
IDeinitializable interface
OnInitialized event to IInitializable & IInitializableWithArgument interfaces
Changed:
IInitializableWithArgument is no longer inheriting from the IInitializable interface