I know this piece of script is supposed to move the character:
movement.collisionFlags = controller.Move (currentMovementOffset);
But I don't quite understand what it does. I would assume that
controller.Move (currentMovementOffset);
would be enough. Why the
movement.collisionFlags
bit?
Thank you, that makes sense.
– anon77211352