CharacterMovement2D
Provides a simple 2D axis movement controller.
Methods
-
Start method called by unity.
-
Update method called by unity.
Fields
-
Defines the movement speed.
-
Refers to the target transform that will be moved.
-
Holds a reference to a CharacterController reference.
-
Defines the axis that movement will occur along.