Release v1.0.0
I believe this version with the KCCStateMachine is fairly stable and useful for future projects.
Added features:
- Added a SprintingState to the KCCStateMachine.
- Updated the usage doc to include proper notes and links for KCCStateMachine.
- Switched to using com.nickmaltbie.StateMachineUnity library.
- Added Finite State Machine design docs and a decorator
based code implementation to the project. - Added KCCStateMachine implementation and changed relevant examples to use
this state machine. - Updated follow object to use unity's ParentConstraint
examples for following parent objects. - Updated unity version of project to v2021.3.11f1
- Adding test coverage for EditMode tests.