动画2D混合
public class L43 : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
//2D Simple Directional 动画仅有运动方向的区别
//2D Freeform Directional 同上,但同一方向上有多个运动
//2D Freeform Cartesian 运动不表示不同方向时使用
//Direct 一般做表情动作
}
}

浙公网安备 33010602011771号