MagicTween | Unity 编辑器插件与实用工具

Unity 编辑器插件与实用工具
Unity 编辑器插件与实用工具
Unity 编辑器插件与实用工具
Unity 编辑器插件与实用工具

Unity 编辑器插件与实用工具。

Extremely fast, GC-free and customizable tween library implemented with Unity ECS 日本語版READMEはこちら [!IMPORTANT] MagicTween has been archived. Please consider migrating to [LitMotion](。

使用说明:By introducing Magic Tween, numerous extension methods for creating tweens on traditional Unity components are added. Below is an 示例 of animating the position of a Transform using these extension methods:;cs // Move from the current position to (1, 2, 3) over 5 seconds transform.TweenPosition( new Vector3(1f, 2f, 3f), // Target value 5f // Duration of the change;High-performance tweening library implemented in ECS.;No GC allocation when creating Tween. (Excluding some special tweens)。

环境要求:推荐 Unity 版本:Unity 2022.1。

© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享