





Unity 编辑器插件与实用工具。
Lightning-fast and Zero Allocation Tween Library for Unity. 日本語版READMEはこちら LitMotion is a high-performance tween library for Unity. LitMotion includes a rich set of features for animating components such as Transform, Material, TextMeshPro, and any field/property, making it easy to create animations. LitMotion is my second tween library I created after [Magic Tween]( LitMotion was designed based on experience implementing Magic Tween to achieve rich functionality and extremely high performance. In all situations such as creating and updating tweens, it exhibits overwhelming performance that is 2 to 20 times faster than other tween libraries. Of course, there is no allocation at all when creating a tween.。
使用说明:Using LitMotion allows easy animation of values such as Transform and Material. To create motion, use;LMotion.Create();. Here’s a sample code. Refer to the documentation for more details.;cs using System; using System.Threading; using UnityEngine;。
环境要求:推荐 Unity 版本:Unity 2021.3。
















