void Update() { moveRight = MovementUtils.Move(ShouldMove(), moveRight, transform, initialX, moveAmplitude, platformMoveSpeed); }