TK_MovementComponent - golden-coconut-studio/TikiAdventuresWiki GitHub Wiki
-
This component allows Tiki movement using "CharacterMovement". Movement direction follows the camera direction. Gamepad deadzones are also removed.
-
How to use it:
0.- Add the component to a Tiki. 1.- Call the Movement function from the component. 2.- Add either gamepad input or X/Y axis to execute movement.
-
In addition the movement take in account if the tiki is in totem or not and reduce the base's velocity.