/UnityMovementPlugin

A simple and useful plugin for shortest way to create movement for objects.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Unity Movement Script and Plugin

A simple and useful plugin for shortest way to create movement for objects.

The script can be used in behavior just drag and drop it to choose and select movement method and fill their field or use classes in other scripts.

  • Move between two point
    • Linear
    • Ease-in-out
  • Polygon movement
    • Backward
    • Loop
    • More than 2 points
  • Circular Movement
    • Arc path
    • { X || Y || Z } Axis
    • Loop
    • Backward
  • Spiral Movement