



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。
© 版权声明
免责声明:本站所有资源由用户自发上传,仅供学习交流,如有侵犯您的权益,请联系站长删除;
All resources on this site are free and are only for learning and exchange. If any of them infringe upon your rights and interests, please contact the webmaster for deletion
THE END
















