Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1 KB

File metadata and controls

54 lines (33 loc) · 1 KB

[TOC]

MGS.Animation

Summary

  • Unity plugin for make animation in scene.

Ability

  • Curve Animation.
  • 2D Animation.

Install

  • Unity --> Window --> Package Manager --> "+" --> Add package from git URL...

    https://github.com/mogoson/MGS.BaseEditor.git?path=/Assets
    https://github.com/mogoson/MGS.Curve.git?path=/Assets
    https://github.com/mogoson/MGS.Animation.git?path=/Assets
    

Usage

Curve Animation

  • Attach curve component to a game object. Learn More
MonoHermiteCurve MonoBezierCurve MonoHelixCurve MonoEllipseCurve MonoSinCurve
  • Attach animation component to the game object.
MonoCurveAnimation

2D Animation

  • Attach mono animation component to a game object.
ImageAnimation RawImageAnimation SpriteAnimation UVFrameAnimation UVAnimation

Samples

  • Unity --> Window --> Package Manager --> Packages-Mogoson --> Animation --> Samples.

Copyright © 2025 Mogoson. mogoson@outlook.com