# MGS-PathAnimation **Repository Path**: DewDrop/mgs-pathanimation ## Basic Information - **Project Name**: MGS-PathAnimation - **Description**: Unity plugin for make path animation in scene. - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2018-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MGS-PathAnimation - [English Manual](./README.md) ## 概述 - Unity场景中制作路径动画插件包。 ## 需求 - 锚点方式创建路径曲线。 - 基于路径曲线播放物体位移动画。 ## 环境 - Unity 5.0 或更高版本。 - .Net Framework 3.0 或更高版本。 ## 实现 - BezierCurve:贝塞尔曲线。 - VectorAnimationCurve:三维动画曲线。 - CurvePath:曲线路径。 - BezierPath:贝塞尔曲线路径。 - AnchorPath:锚点曲线路径。 - CurvePathAnimation:曲线路径动画。 - GenericEditor:通用扩展编辑器。 - CurvePathEditor:曲线路径编辑器。 - BezierPathEditor:贝塞尔曲线路径编辑器。 - AnchorPathEditor:锚点曲线路径编辑器。 - CurvePathAnimationEditor:曲线路径动画编辑器。 ## 案例 - “MGS-PathAnimation/Scenes”目录下存有上述功能的演示案例,供读者参考。 ## 预览 - Bezier Path Editor ![BezierPathEditor](./Attachments/README_Image/BezierPathEditor.gif) - Anchor Path Editor ![AnchorPathEditor](./Attachments/README_Image/AnchorPathEditor.gif) - UI Animation ![UIAnimation](./Attachments/README_Image/UIAnimation.gif) - Path Animation ![PathAnimation](./Attachments/README_Image/PathAnimation.gif) ## 联系 - 如果你有任何问题或者建议,欢迎通过mogoson@qq.com联系我。