Skip to content

mogoson/MGS.Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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