MOST Free Move

A Control system for free (Regular) movement with custom moves support (like roll or dash) It also comes with all possible properties of a movement system, like speed, rotation speed, custom rotation speed, animation control, and camera following system (with rotation correction), and a lot more.

Most_FreeMovement using Most_Controller

The system also supports raw inputs (direction scaled from 0 to 1)... Check API

Most_FreeMovement using Most_Controller and apply Raw Input

The system has a section for custom movements (like fast dashing or rolling) will all possible properties and live enable/disable controls...

Check examples and API for script control

Custom move inside Most_FreeMovement system Using Most_Controller Swipe detector
Custom move inside Most_FreeMovement system Using Most_Controller Button
  • This System requires an Input Controller to receive commands (MOST Controller or any other input system)

  • All examples in MOST IN ONE use MOST Controller as the input source.

  • It's much better this way to be easier to modify, and if you want to use another Input system instead of MOST Controller.

  • You will find the "Input Getter" section inside the .cs file contains all functions that receive input commands for this system. Check the API.

API reference

Last updated