logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

tortoisegit 配置git lfs

1.准备工作1.1:git 1.15版本以下 git1.5版本不可用亲测2.2:tortoisegit 下载地址 无版本要求TortoiseGit – Windows Shell Interface to Githttps://tortoisegit.org/不要下载gitlfs 不要下载!!!! git 1.12版本以上自带的有 但是tortoisegit不支持2.3版本以上包括2.3版本2.查

#git#github
Unity Animation动画结束回调

最近在做虚拟仿真的项目,因为要大量用到Animation动画。又不可能给每一个动画都增加一个evnt事件就写了一个工具动态添加事件代码片段一using System.Collections;using System.Collections.Generic;using System.Threading;using UnityEngine;using UnityEngine.Events;public

#unity#c#
到底了