/MGS-PathAnimation

Unity plugin for make path animation in scene.

Primary LanguageC#MIT LicenseMIT

MGS-PathAnimation

Summary

  • Unity plugin for make path animation in scene.

Demand

  • Create path base on curve.
  • Play animation base on path curve.

Environment

  • Unity 5.0 or above.
  • .Net Framework 3.0 or above.

Achieve

  • BezierCurve : Define BezierCurve.

  • HermiteCurve : Hermite curve in three dimensional space.

  • EllipseCurve : Ellipse curve.

  • HelixCurve : Helix curve.

  • SinCurve : Sin curve.

  • CurvePath : Define path base on curve.

  • BezierPath : Define path base on cubic bezier curve.

  • HermitePath : Define curve path base on hermite curve.

  • CirclePath : Path base on circle curve.

  • EllipsePath : Path base on ellipse curve.

  • HelixPath : Path base on helix curve.

  • SinPath : Path base on sin curve.

  • CurvePathAnimation : Define animation base on curve path.

  • GenericEditor : Define generic editor.

  • CurvePathEditor : Editor for CurvePath.

  • BezierPathEditor : Editor for BezierPath.

  • HermitePathEditor : Editor for HermitePath.

  • CurvePathAnimationEditor : Editor for CurvePathAnimation.

Demo

  • Demos in the path "MGS-PathAnimation/Scenes" provide reference to you.

Preview

  • Bezier Path Editor

Bezier Path Editor

  • Hermite Path Editor

Hermite Path Editor

  • UI Animation

UI Animation

  • Path Animation

Path Animation

Contact