Posted May 21, 2024 by Oliver.Marsh22
Challenge: creating a complex character controller
Solution: The character controls were managed by a combination of scripts as well as making use of the Unity Animator to manage the timing of certain actions, when actions transition, and what they are able to transition into. If given more time it could have been redone with state designs patterns implemented into the scripts to make things easier to work on.