FixedUpdatePlayerMover Class

public sealed class FixedUpdatePlayerMover : PlayerMover

A simple Player Mover that works by queing up any calls to MovePlayerByAmount or MovePlayerToPosition and then executing the position changes on the next FixedUpdate call (unless the call is maded from FixedUpdate, in which case the position change is performed immediately). Use this if your player absolutely has to be moved in FixedUpdate!