Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@nicholas-maltbie nicholas-maltbie released this 12 Nov 23:33
· 109 commits to main since this release
1b03427

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.