Unity中的动画制作方法 1.DOTween DoTween在5.0版本中已经用到了,到官网下载好插件之后,然后通过在项目中导入头using DG.Tweening;即可. 一些常用的API函数 DOMove(this Transform target, Vector3 endValue, float duration, bool snapping = false); 该函数主要是用来移动选中的对象的,endValue表示需要移到的坐标,duration为持续的时间. ScaleTo(Game